@media only screen and (max-width: 768px) {
  h1, .hero-banner h1 {
    font-size: 26px !important;
    line-height: 1.3 !important;
    word-break: normal !important;
  }
}