
.featured-block-with-bg {
  overflow: hidden;
}
.featured-block-with-bg .featured-bgimage {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.featured-block-with-bg .page-block-wrapper {
  align-items: center;
  display: flex;
  padding: 6rem 0;
  position: relative;
  z-index: 10;
}

.featured-block-with-bg .text-ref {
  font-size: 1.375rem;
  margin-bottom: .75rem;
}

.featured-block-with-bg .featured-bg-title {
  margin: 0;
}
.featured-block-with-bg .featured-bg-title span {
  color: #d4e690;
}


/*****/
@media all and (max-width: 823px) {
  .featured-block-with-bg .page-block-wrapper {
    padding: 4rem 0;
  }
  .featured-block-with-bg .featured-bg-title {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 639px) {
  .featured-block-with-bg .text-ref {
    font-size: 1.125rem;
    margin-bottom: .25rem;
  }
}
