@media only screen and (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
    .mobile-nav {
        position: relative !important;
    }
    .mobile-padd-10 {
        padding: 20px !important;
        border: none !important;
    }
    .column-mobile {
        flex-direction: column !important;
    }
    .reverse-column-mobile {
        flex-direction: column-reverse !important;
    }
    .no-flex-mobile {
        display: block !important;
        width: 100% !important;
        margin: auto !important;
        border: none !important;
    }
    .block-mobile {
        display: block !important;
    }
    .pt-40-mobile {
        padding-top: 10px !important;
    }
    .h64 {
        height: auto !important;
        align-items: start !important;
    }
    .hidden-mobile {
        display: none !important;
    }
    .fix-repeat-grid-mobile {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .h110 {
        min-height: auto !important;
    }
    .show-mobile {
        display: flex !important;
        margin-bottom: 30px;
        a {
            font-size: 10px;
        }
    }
    .mobile-menu {
        justify-content: space-between !important;
        border: none !important;
    }
    #menu-btn {
        margin-bottom: 0px !important;
    }
}
.h64 {
    height: 64px;
}
.fix-repeat-grid-mobile {
    grid-template-columns: repeat(3, 1fr);
}
.h110 {
    min-height: 110px;
}
.show-mobile {
    display: none;
}