.custom-cooling {
    padding: 10vw 0 10vw !important;
    overflow: hidden !important;
    position: relative !important;
    text-align: center !important;
    color: white !important;
  }
  
  .custom-cooling .wrapper .custom-heading {
    font-size: 3.75rem !important;
    letter-spacing: 0.1rem !important;
    font-weight: 600 !important;
    line-height: 3.75rem !important;
  }
  
  .custom-cooling .wrapper .custom-desc {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.05rem !important;
    line-height: 2.25rem !important;
    font-family: aktiv-grotesk, sans-serif !important;
    padding: 0 25px !important;
    color: white !important;
  }
  
  .custom-cooling .wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
  }
  
  .custom-cooling .wrapper div#customCoolingContainer {
    text-align: center !important;
    display: inline-block !important;
  }
  
  .custom-cooling .wrapper div#customCoolingContainer a.cta-yellow {
    background: #e9e600 !important;
    color: #000 !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    letter-spacing: 0.1em !important;
    line-height: 1.25rem !important;
    margin: 1em 0 !important;
    opacity: 1 !important;
    padding: 1em 3em 0.9em 3em !important;
    transition: all 200ms ease !important;
    -webkit-transition: all 200ms ease !important;
    text-decoration: none !important;
    font-family: aktiv-grotesk, sans-serif !important;
  }
  
  .custom-cooling .wrapper div#customCoolingContainer a.cta-yellow.cta1 {
    margin: 0 15px 0 0 !important;
  }
  
  .custom-cooling .wrapper div#customCoolingContainer a.cta-yellow:hover {
    opacity: 0.7 !important;
  }
  
  @media screen and (max-width: 768px) {
    .custom-cooling .wrapper .custom-heading {
      font-size: 2.5rem !important;
    }
  }
  @media screen and (max-width: 470px) {
    .custom-cooling .wrapper .custom-heading {
      font-size: 1.9rem !important;
    }
  }
  @media screen and (max-width: 768px) {
    .custom-cooling .wrapper .custom-desc {
      font-size: 1.1rem !important;
      line-height: 1.75rem !important;
    }
  }
  @media screen and (max-width: 639px) {
    .custom-cooling .wrapper div#customCoolingContainer a.cta-yellow {
      display: block !important;
      width: 315.46px !important;
    }
    .custom-cooling .wrapper div#customCoolingContainer a.cta-yellow.cta1 {
      margin-right: 0 !important;
    }
  }
.text-white{
    color: white !important;
}