@media only screen and (max-width: 768px) {
    h1 {
        font-size: 30pt !important;
    }
    
    .menus {
        display: none !important;
    }

    .heroSection {
        display: flex;
        flex-direction: column;
        padding:  30% 5%;
    }

    .caption, .illustration {
        width: 100%;
    }

    .playstore {
        margin-left: 0;
        margin-top: 20px;
    }

    .sellersBox {
        display: flex;
        flex-direction: column !important;
    }

    .illustration-v {
        width: 100%;
        margin-right: 0;
        height: 300px !important;
        border-radius: 50px;
        background-position: 10px
    }

    .sellers {
        width: 100%;
    }

    .rider {
        display: flex;
        flex-direction: column !important;
        padding: 15% 5% 0% 5%;
    }

    .caption-r {
        width: 100%;
    }

    .illustration-r {
        width: 100%;
        height: 250px;
    }

    .team {
        display: flex;
        flex-direction: column !important;
        padding: 15% 5%;
    }

    .team .classButton {
        margin-left: 0;
        margin-top: 50px;
        width: 100%;
    }

    .faq-section {
        padding: 15% 5%;
    }

    .faq-section h1 {
        text-align: left;
    }
    
    .appIcon {
        width: 100px;
        height: 100px;
        border-radius: 25px;
    }

    .downloadContainer {
        padding: 15% 5%;
    }

    .downloadContainer .row {
        display: flex;
        align-items: start !important;
    }

    .downloadContainer .classButton {
        align-items: center !important;
    }

    .downloadNote {
        width: 100%;
        padding: 15% 10%;
        border-radius: 25px;
    }

    .menuIcon {
        display: block;
    }

    .menuIcon img {
        width: 30px;
    }

    #close {
        display: none;
    }

    #mobile-menus {
        display: none;
        flex-direction: column;
        background: white;
        height: 100%;
        width: 100%;
        padding: 15% 5%;
        z-index: 999;
        position: fixed;
    }

    .mobile-menus a {
        margin-top: 50px;
    }

    #mobile-menus.open {
        display: flex !important;
    }

    .illustration .image {
        background-position: 10px !important;
    }
}