/* ----------------------------
   About CTA section styles
   ---------------------------- */
.section-about-cta {
  padding: 14.25rem 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-about-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
}

.about-cta-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 60rem;
}

.cta-hero-label {
  display: inline-block;
  font-family: "Aptos";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.7rem;
  color: #f05a25;
  margin-bottom: 1.8rem;
}

.about-cta-content h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .about-cta-content h2 {
    font-size: 4.4rem;
  }
}

@media (max-width: 992px) {
  .section-about-cta {
    padding: 10rem 0;
  }

  .about-cta-content h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) {
  .section-about-cta {
    padding: 7rem 0;
  }

  .about-cta-content h2 {
    font-size: 2.8rem;
    line-height: 1.15;
  }

  .cta-hero-label {
    font-size: 1.2rem;
    letter-spacing: 0.18em;
  }
}
