/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
}
