.featured-banner.orangeGrey30 {
  background-color: #F6F0EB;
}
.featured-banner h1, .featured-banner h2, .featured-banner h3, .featured-banner h4, .featured-banner h5, .featured-banner h6 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 47.9375em) {
  .featured-banner h1, .featured-banner h2, .featured-banner h3, .featured-banner h4, .featured-banner h5, .featured-banner h6 {
    margin-bottom: 15px !important;
  }
}
.featured-banner p {
  font: var(--lead-font);
  margin-bottom: var(--lead-margin-bottom) !important;
}
.featured-banner .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-banner ul {
  margin-left: 1.3rem !important;
}
.featured-banner ul li {
  font: var(--lead-font);
  margin-bottom: 2rem;
}
.featured-banner .contentBox {
  padding-right: 2rem;
}

@media screen and (max-width: 47.9375em) {
  .featured-banner ul li {
    margin-bottom: 1rem;
  }
  .featured-banner .img-wrapper {
    margin-bottom: 2rem;
  }
}