.wf-custom-featured-post .wf-custom-featured-text {
  position: relative;
  z-index: 1;
  border: 2px solid #E3000B;
  border-radius: 10px;
  padding: 2rem;
  background: #FFF;
}

.wf-custom-featured-post .wf-custom-featured-image {
  display: flex;
  align-items: center;
}

.wf-custom-featured-post .wf-custom-featured-image figure {
  margin: 0;
}

.wf-custom-featured-post .wf-custom-featured-headings {
  margin-top: 0;
  background: #E3000B;
  padding: 18px;
  color: #FFF;
  border-radius: 5px;
}

.wf-custom-featured-post .wf-custom-featured-headings h1,
.wf-custom-featured-post .wf-custom-featured-headings h2 {
  font-size: 2.1875rem;
  margin: 10px 0 0;
}

.wf-custom-featured-post .wf-custom-featured-headings h3 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 0.8125rem;
}

.wf-custom-featured-post .wp-block-button {
  margin: 0;
}

.wf-custom-featured-post .wf-custom-featured-text + .wp-block.block-core-columns.wf-custom-featured-image {
  margin-left: -75px;
}
