/* ===== Section spacing ===== */
.section-screenshots,
.section-outreach,
.section-testimonial,
.section-cta {
  padding: 48px 0;
}

.section-db-match {
  padding: 0;
}

/* ===== Section headers ===== */
.section-header {
  text-align: center;
  max-width: var(--text-max);
  margin: 0 auto 48px;
}

.section-header h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.section-header p {
  font-size: 18px;
  color: var(--grey-text);
}
