/* This targets H1, H2, and H3 elements inside the banner to cover all bases */
.theme-banner h1, .theme-banner h2, .theme-banner h3,
.banner-content h1, .banner-content h2, .banner-content h3 { 
  font-size: clamp(24px, 6vw, 60px) !important; 
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  word-wrap: normal !important; 
  word-break: keep-all !important;
}