/* Submenu font size - desktop only */
@media screen and (min-width: 750px) {
  .mega-menu__link {
    font-size: 0.8rem !important;
  }
}
