/* For devices with a maximum width of 768 pixels (typical for mobile devices) */
@media only screen and (max-width: 768px) {
    .hide_in_mob {
        display: none !important;
    }
}
html {
    scroll-behavior: smooth;
  }
