html,
body {
   height: 100vh;
   font-family: "Gilroy";
   background-color: white;
}

.hero {
   height: 20vh;
   background-image: url("../images/Group 6831.jpg");
   background-size: cover;
   background-position: center;
}

.cta {
   font-weight: 600;
   font-size: 21pt;
   color: white;
}

.sub-cta {
   font-size: 11.5pt;
   color: white;
}

@media (min-width: 768px) {
   .bumper {
      display: none;
   }
}

@media (min-width: 1024px) {
   .hero {
      height: 40vh;
   }

   .cta {
      font-weight: 600;
      font-size: 32pt;
   }

   .sub-cta {
      font-size: 13pt;
   }

   .skipper {
      display: none;
   }
}

/*habijabi*/
