/* Hero header styling */
.hero-header h2 {
  line-height: 0.80;           /* tight line spacing for multi-line text */
  margin-bottom: 0.2em;       /* space between heading and subline */
  font-weight: 700;            /* keep bold */
  text-transform: none;       /* preserve capitalization if needed */
}

/* Subline styling */
.hero-subline {
  margin-top: 0;              /* minimal space above subline */
  font-size: 1.2rem;          /* adjust for readability */
  line-height: 1.3;           /* slightly tighter than normal */
}

/* Mobile-specific adjustments */
@media only screen and (max-width: 768px) {
  .hero-header h2 {
    font-size: 2rem;          /* adjust heading size for mobile */
    line-height: 0.90;        /* even tighter for smaller screens */
  }
  .hero-subline {
    font-size: 1rem;          /* adjust subline size */