@media (max-width: 767px) {
    .custom-top-space {
        padding-top: 204px;
    }

    .rev-mob {
        flex-direction: row-reverse !important;
    }

    .vs-hero-wrapper h1 {
        font-size: 34px;
    }

    .vs-hero-wrapper{
        height: 70vh !important;
    }

    .text-mob-center {
        text-align: center;
    }

    .mob-show{
        display: inline-block;
    }
}