@media only screen and (max-width: 768px)
{
    /* Structure */
        .dsk { display: none !important; }
        .mob { display: flex !important; }
        
        .m-wbk { min-width: 100% !important; width: 100% !important; max-width: unset !important; }
        .m-wrp { flex-wrap: wrap !important; }

        .mwc   { max-width: calc(100% - 2rem); }

        .m-pv25 { padding-top: 25px !important; padding-bottom: 25px !important; }
        .m-pv50 { padding-top: 50px !important; padding-bottom: 50px !important; }
    /**/
}