/* hero-single-content-wrap */
.hero-single-content-wrap {
  --claims-width: 36.5rem;
  position: relative;
  z-index: 2;
}
.hero-single-content-wrap .hero-single-content {
  width: calc(calc(85% - (var(--claims-width))) / 1);
  max-width: 100%;
}
.hero-single-content-wrap .hero-single-content-text {
  color: rgba(var(--light-rgb), 0.55);
}
.hero-single-claims {
  width: var(--claims-width);
  background-color: rgba(var(--black-rgb), 0.6);
  border-radius: 3.5rem;
  padding: 3.6rem 4.4rem;
}
.hero-single-claims-number {
  font-size: 6.8rem;
  line-height: 1;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-flex;
}
.hero-single-claims-text {
  font-size: 2.7rem;
  font-weight: 400;
  color: rgba(var(--light-rgb), 0.5);
}

@media only screen and (max-width: 1050px) {
  .section-single-hero {
    padding-top: 11.5rem;
    padding-bottom: 14.5rem;
  }
  .hero-single-content-title {
    font-size: 4.4rem;
    margin-bottom: 2rem;
  }
  .hero-single-tagline {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .hero-single-btn-group {
    width: 100%;
    margin-top: 5rem;
  }
  .hero-scroll-down-wrap {
    bottom: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-single-hero {
    padding-top: 9.5rem;
    padding-bottom: 10.5rem;
  }
  .hero-single-content-wrap {
    --claims-width: 36.5rem;
    position: relative;
    z-index: 2;
  }
  .hero-single-content-wrap .hero-single-content {
    width: 100%;
  }
  .hero-single-claims {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hero-single-content-title {
    font-size: 3.2rem;
  }
  .hero-single-btn-group {
    width: 100%;
    margin-top: 3rem;
  }
  .hero-scroll-down-wrap {
    bottom: 2rem;
  }
}