.home-page {
  overflow: hidden;
}

/* =========================
   HOME BASE
========================= */

.home-section-heading {
  margin-bottom: 46px;
  text-align: center;
}

.home-section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.05;
  letter-spacing: -1.2px;
  color: #0a1030;
}

.home-section-heading p {
  margin: 16px auto 0;
  max-width: 720px;
  color: var(--color-muted);
  line-height: 1.7;
}