/* ==========================================================================
   Section Heading Component
   Per Figma design - H4 text style
   Using element+class selectors for proper specificity over generic h2 rules
   ========================================================================== */



/* Alignment variants */
.section-heading--left {
  text-align: left;
}

.section-heading--center {
  text-align: center;
}

.section-heading--right {
  text-align: right;
}

