
@media (max-width: 768px){
  html body.serviceCatalogPage section.catalogPageSection,
  html body.uploadProjectPage section.uploadPageSection,
  html body.pricingPage section.pricingBreakdownSection{
    margin-top:-20px!important;
    padding-top:20px!important;
    background:
      radial-gradient(circle at 50% 0%,rgba(255,255,255,.82) 0%,rgba(255,255,255,0) 58%),
      linear-gradient(180deg,#f7fbff 0%,#edf6ff 100%)!important;
    background-color:#f3f9ff!important;
  }

  html body.loginPage section.pageHero{
    margin-top:-20px!important;
    padding-top:47px!important;
    background:
      radial-gradient(circle at 50% 0%,rgba(255,255,255,.82) 0%,rgba(255,255,255,0) 58%),
      linear-gradient(180deg,#f7fbff 0%,#edf6ff 100%)!important;
    background-color:#f3f9ff!important;
  }
}
