/* Version 168: remove inherited section padding from mobile interior-page title heroes. */
@media screen and (max-width: 760px) {
  body.mobil-mays-layout:not(.home-page) .mobil-page-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
