.cta {
  text-align: center;
}

.cta-h {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.02em;
  margin-bottom: 28px;
}

.cta-s {
  font-size: var(--body-lg);
  color: rgba(255, 255, 255, .7);
  max-width: 500px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
