@media screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}
