/* =========================================
   SECTION COMMONS
   ========================================= */
.section {
  padding: 90px 0;
}

.section-bg-cream {
  background: var(--bg-cream);
}

.section-bg-white {
  background: var(--bg-white);
}

.section-bg-green {
  background: var(--green-dark);
}

.section-header {
  margin-bottom: 56px;
}

.section-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--text-muted);
  max-width: 600px;
  margin-top: 14px;
  font-weight: 300;
}

