.content-featured-headline {
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .content-featured-headline {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0 150px 0 0;
  }
}

.content-underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.content-featured-headline__container {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 24px;
  font-size: 16px;
}

.content-featured-headline .bg-white,
.content-featured-headline .bg-bright-highlight {
  color: #5E5E5E;
}