@media screen and (max-width: 476px) {
    /***paddings***/
    .pt-0-mobile .vc_column-inner {
        padding-top: 0 !important;
    }
    .pt-15-mobile .vc_column-inner {
        padding-top: 15px !important;
    }
    .pb-0-mobile .vc_column-inner {
        padding-bottom: 0 !important;
    }
    .pl-0-mobile .vc_column-inner {
        padding-left: 0 !important;
    }
    .pl-10-mobile .vc_column-inner {
        padding-left: 10px !important;
    }
    .pr-0-mobile .vc_column-inner {
        padding-right: 0 !important;
    }
    .pr-10-mobile .vc_column-inner {
        padding-right: 10px !important;
    }
    .p-0-mobile .vc_column-inner {
        padding: 0 !important;
    }
    /***margins***/
    .mt-0-mobile {
        margin-top: 0 !important;
    }
    .mb-0-mobile {
        margin-bottom: 0 !important;
    }
    .mb-20-mobile {
        margin-bottom: 20px !important;
    }
    .ml-0-mobile {
        margin-left: 0 !important;
    }
    .mr-0-mobile {
        margin-right: 0 !important;
    }
    .m-0-mobile {
        margin: 0 !important;
    }
    /***fonts***/
    .fw-300-mobile {
        font-weight: 300 !important;
    }
    .fs-26-mobile {
        font-size: 26px !important;
    }
    .fs-28-mobile {
        font-size: 28px !important;
    }
    /***size***/
    .h-20-mobile {
        height: 20px !important;
    }
}