.approved-hero-section {
  position: relative;
  min-height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  padding-bottom: 0;
}
.approved-hero-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 358px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.approved-hero-section__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.approved-hero-section__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.approved-hero-section__text {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1400px;
}
.approved-hero-section__text-normal, .approved-hero-section__text-italic {
  font-family: "Spectral", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -6px;
}
.approved-hero-section__text-normal {
  color: #000;
}
.approved-hero-section__text-italic {
  color: #7970A9;
  font-style: italic;
  margin-left: 0.25em;
}
@media (max-width: 1400px) {
  .approved-hero-section {
    min-height: 680px;
  }
  .approved-hero-section__text-normal, .approved-hero-section__text-italic {
    font-size: 80px;
    letter-spacing: -4.8px;
  }
}
@media (max-width: 1200px) {
  .approved-hero-section {
    min-height: 620px;
  }
  .approved-hero-section__text-normal, .approved-hero-section__text-italic {
    font-size: 70px;
    letter-spacing: -4.2px;
  }
}
@media (max-width: 992px) {
  .approved-hero-section {
    min-height: 540px;
  }
  .approved-hero-section__content {
    padding: 60px 0 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .approved-hero-section__text-normal, .approved-hero-section__text-italic {
    font-size: 60px;
    letter-spacing: -3.6px;
  }
}
@media (max-width: 768px) {
  .approved-hero-section__content {
    padding: 40px 0 32px;
  }
  .approved-hero-section__text-normal, .approved-hero-section__text-italic {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media (max-width: 576px) {
  .approved-hero-section__content {
    padding: 32px 0 0;
  }
}
@media (max-width: 420px) {
  .approved-hero-section {
    min-height: 340px;
  }
  .approved-hero-section__content {
    padding: 28px 0 24px;
  }
}