.featured-banner .featured-content {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.featured-banner .featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.featured-banner .featured-content .breadcrumbs {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-banner .featured-content .page-title-wrapper {
  text-align: center;
  display: block;
}
.featured-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(226, 36, 117, 0.4) 0%, rgba(226, 36, 117, 0.4) 31%, rgba(95, 63, 145, 0.55) 91%);
  position: absolute;
  left: 0;
  top: 0;
}
.featured-banner {
  position: relative;
}
