@media only screen and (max-width: 767px) {
  .sow-hero-text {
    font-size: 16px !important; /* adjust size */
    padding: 10px !important; /* reduce padding */
    line-height: 1.3 !important; /* tighter line height */
  }
}