@media (max-width:769px) {
    .hero-section .hero-img {
       position: inherit;
        height: inherit;
        overflow: hidden; 
    }

    .hero-section {
          margin: inherit;
        overflow: hidden;
        height: inherit;
        position: inherit;
    }

    .how-it-works h2 {
        font-size: 30px;
    }

    .how-it-works .card {
        margin-bottom: 15px;
        padding: 20px 0px;
    }

    .app-download .left-img {
        margin-bottom: 15px;
    }

    .app-download .download-title h2 {
        font-size: 30px;
    }

    .app-download .download-title p {
        font-size: 16px;
    }

    .contact-section .left-section {
        padding: 40px 0px;
    }

    .footer-section .quick-link {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}