@media only screen and (max-width: 1024px) {
    .cm-placement .cm-image-banner-gradient .cm-image-banner .cm-image-banner__picture-box:before {
        padding-top: 75vh;
    }
}


/*WINTER CSS*/
.cm-placement .cm-hero-evolution__content h3 {
   font-family: 'Founders-Grotesk';
}
@media screen and (min-width: 1100px) {
  .cm-placement .cm-hero-evolution__content h1 {
     font-size: 90px;
     line-height: 1;
  }
  .cm-placement .cm-hero-evolution__content h3 {
     font-size: 36px;
   }
}
@media screen and (max-width: 1099px) and (min-width: 769px) {
  .cm-placement .cm-hero-evolution__content h1 {
     font-size: 60px;
     line-height: 1;
  }
  .cm-placement .cm-hero-evolution__content h3 {
     font-size: 25px;
   }
}
@media screen and (max-width: 768px) {
   .cm-placement .cm-hero-evolution__content h1 {
     margin-bottom: 5px;
   }
  .cm-placement .cm-hero-evolution__content h3 {
     font-size: 19px;
   }
}


