/* Shared section header styles for simple h2 + p blocks */
.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 8px;
}

.section-header p {
  font-size: 14px;
  color: var(--neutral);
}
