@media screen and (max-width: 767px) {
  .remove-mobile-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hidden-on-desktop {
    display: none;
  }
}
