.hero-subheading {
    font-size: 1.75rem; 
    font-weight: bold; 
    line-height: 1.2; 
  }

@media screen and (max-width: 768px) {
    .hero-subheading {
      font-size: 1.5rem; 
    }
  } 