@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
    .hide-on-desktop {
        display: block;
    }
    .mob-banner-title{
        font-size: 35px;
        line-height: 40px;
    }
    .mob-banner-description{
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 84px;
    }
    .mobi-banner-bg{
        height: auto !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .mob-bp-80{
        padding-bottom: 80px !important;
    }
    .mob-h-auto{
        height: auto !important;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .contact-form{
        width: 100% !important;
    }
}
