
.custCopyCard h1.c-heading-2{ 
  padding-bottom:20px !important; 
}

@media screen and (min-width:768px) {
  .superHero1 .m-hero-item.f-y-center.f-transparent>div>div {
     transform: translateY(-76%);
 }
}

@media only screen and (min-width: 415px) and (max-width: 767px) {
    section.m-hero-item.glp-hero.mobile-extra-small {
        height: calc(570px + 55vw) !Important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    section.m-hero-item.glp-hero.mobile-extra-small {
        height: 150vw;
    }
}


@media screen and (min-width:1084px) {
  .superHero1 .m-hero-item.f-y-center.f-transparent>div>div {
     transform: translateY(-82%);
 }
}

@media screen and (min-width:1400px) {
  .superHero1 .m-hero-item.f-y-center.f-transparent>div>div {
     transform: translateY(-72%);
 }
}

@media screen and (max-width:771px) and (min-width:768px) {
   .contentContainer { padding-left:10px; }
}




