
@media (max-width:768px){
  html,body{background:#eef7ff!important;}
  html body:not(.adminBody){padding-top:74px!important;margin-top:0!important;}

  html body:not(.adminBody) main.aboutPremium{
    margin-top:0!important;
    padding-top:0!important;
    background:#eef7ff!important;
    background-image:linear-gradient(180deg,#eaf5ff 0%,#eef7ff 58%,#f8fcff 100%)!important;
  }
  html body:not(.adminBody) main.aboutPremium > section.aboutHero{
    margin-top:-12px!important;
    padding-top:12px!important;
    padding-bottom:22px!important;
    background:#eef7ff!important;
    background-image:linear-gradient(180deg,#eaf5ff 0%,#eef7ff 58%,#f8fcff 100%)!important;
    overflow:hidden!important;
  }
  html body:not(.adminBody) main.aboutPremium .aboutHeroGrid{
    margin-top:-4px!important;
    padding-top:0!important;
    gap:14px!important;
  }

  html body:not(.adminBody) > section.pageHero{
    position:relative!important;
    left:50%!important;
    width:100vw!important;
    max-width:none!important;
    margin-top:-12px!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:translateX(-50%)!important;
    padding:12px 20px 20px!important;
    background:#eef7ff!important;
    background-image:linear-gradient(180deg,#eaf5ff 0%,#eef7ff 58%,#f8fcff 100%)!important;
    border-top:0!important;
    border-bottom:1px solid #d8e9f8!important;
    box-shadow:none!important;
  }
  html body:not(.adminBody) > section.pageHero h1{
    margin-top:0!important;
    margin-bottom:8px!important;
  }
  html body:not(.adminBody) > section.pageHero p{
    margin-top:0!important;
    margin-bottom:0!important;
  }

  html body.serviceCatalogPage .catalogPageSection{
    margin-top:0!important;
    padding-top:0!important;
    background:#eef7ff!important;
    background-image:linear-gradient(180deg,#eaf5ff 0%,#eef7ff 58%,#f8fcff 100%)!important;
  }
  html body.serviceCatalogPage .catalogPageSection .catalogHero,
  html body.serviceCatalogPage .catalogHero{
    position:relative!important;
    left:50%!important;
    width:100vw!important;
    max-width:none!important;
    margin-top:-12px!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:translateX(-50%)!important;
    padding:12px 20px 20px!important;
    min-height:0!important;
    background:#eef7ff!important;
    background-image:linear-gradient(180deg,#eaf5ff 0%,#eef7ff 58%,#f8fcff 100%)!important;
    border-top:0!important;
    border-bottom:1px solid #d8e9f8!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }
  html body.serviceCatalogPage #catalogTitle,
  html body.serviceCatalogPage .catalogHero h1{
    margin-top:0!important;
    margin-bottom:8px!important;
  }
  html body.serviceCatalogPage #catalogSubtitle,
  html body.serviceCatalogPage .catalogHero p{
    margin-top:0!important;
    margin-bottom:0!important;
  }
}
