#cta {
  background: var(--green-dark);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

#cta h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: white;
  margin-bottom: 12px;
}

#cta p {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
}
