/* Mobile section title sizing — cache-busted override */
@media (max-width: 809px) {
  .section-header .section-title,
  .section-title {
    font-size: 32px !important;
    line-height: 42px !important;
    letter-spacing: -1px !important;
  }

  .section-title.section-title2 {
    font-size: 38px !important;
    line-height: 42px !important;
  }
}
