.call-to-action {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: #59e4ae;
  color: #08130f;
}
.call-to-action__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}
.call-to-action .section-kicker {
  color: #11513c;
}
.call-to-action h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}
.call-to-action__inner > p:not(.section-kicker) {
  max-width: 38rem;
  margin: 2rem 0;
  color: #245f4b;
  line-height: 1.75;
}
.call-to-action .button {
  margin-top: 1rem;
}
