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

  .mt-mobile-20 {
    margin-top: 20px !important;
  }
}
