@media screen and (max-width: 375px) {
    .hide-mobile {
        display: none;
    }
}
