@media (max-width: 768px) {
  .hero-section {
    height: auto;
    padding: 100px 0;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
}
