a {
  text-decoration: none;
}

@media only screen and (max-width: 47em) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .hide-on-desktop {
    display: none !important;
  }
}
