.about-cta {
  position: relative;
  padding-block: clamp(80px, 12vw, 160px);
  color: #fff;
  margin-top: -1px;
}

.about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../../img/about_page/about_cta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.5);
  z-index: 0;
  pointer-events: none;
}

.about-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.about-cta__eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 0;
}

.about-cta__title {
  font-size: clamp(28px, 5.5vw, 48px);
  line-height: 1.1;
  margin: 0;
}

.about-cta__text {
  opacity: 0.92;
  margin: 2px 0 12px;
}
