@media screen and (min-width: 0px) and (max-width: 992px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block
    }
    .sm-voffset1 {
        margin-top: 1em;
    }
    .sm-voffset2 {
        margin-top: 2em;
    }
    .sm-voffset3 {
        margin-top: 3em;
    }
    .sm-voffset4 {
        margin-top: 4em;
    }
    .sm-voffset5 {
        margin-top: 5em;
    }
    .sm-voffset6 {
        margin-top: 6em;
    }
    .sm-voffset7 {
        margin-top: 7em;
    }
    .sm-voffset8 {
        margin-top: 8em;
    }
    .sm-voffset9 {
        margin-top: 9em;
    }
}