
.hide {
    display: none;
}

@media (max-width: 768px) { /* Adjust the max-width as needed */
    .mobile_hide {
        display: none;
    }
}
