@media (max-width: 768px) {
    .hero-image {
      width: 100%;
      height: auto;
    }
    .container {
      padding: 20px;
    }
  }
