.sub-features .tf_box {
  display: flex;
  column-gap: 30px;
}

.cfp-wrap,
.cfp-wrap.featured {
  display: flex;
  column-gap: 30px;
  color: #fff;
}

.cfp-wrap.sub-featured {
  flex-direction: column;
  row-gap: 30px;
}

.cfp-wrap img {
  border-radius: 8px;
}

.cfp-wrap h2 {
  font-size: 2em;
  line-height: 1.5em;
}

.cfp-wrap h2 a {
  color: #fff;
}

.cfp-wrap.sub-featured {
  border: 1px solid rgba(209, 209, 209, 1);
  border-radius: 8px;
}

.cfp-wrap.sub-featured h2 {
  font-size: 1.5em;
  line-height: 1.3em;
}

.cfp-wrap.sub-featured h2 a {
  color: #000;
}

.cfp-wrap h2 a:hover {
  color: #3379bd;
}

body .tf_box:has(.featured-post) {
  display: flex;
}

.cfp-wrap.sub-featured .cfp-featured-content {
  padding: 5% 7%;
}

.cfp-wrap .cfp-featured-image {
  max-height: 280px;
  min-width: 600px;
  overflow: hidden;
}

.cfp-wrap.sub-featured img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.cfp-wrap.featured .cfp-featured-image .module-title {
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  font-family: "Work Sans";
  background-color: rgba(238, 58, 36, 1);
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 180px;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  position: absolute;
  top: 20px;
  z-index: 1;
  margin-left: -4px;
}

.cfp-featured-content p {
  font-size: 15px;
  line-height: 22px;
}

.sub-features .cfp-featured-content p {
  color: #000;
}

.err-or {
  background: #fff;
  color: #000;
  padding: 10px 15px;
  margin-bottom: 0;
}
