.sponsor-header {
  padding: 100px 18%;
}
.sponsor-header h1 {
  color: var(--White, #fff);
  max-width: 900px;
}

@media (max-width: 768px) {
  .sponsor-header {
    padding: 74px 24px;
    background: var(--Contrast-Green, #003a29) !important;
  }
  .sponsor-header h1 {
    font-size: 70px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -0.7px;
  }
}

/*# sourceMappingURL=sponsorHeader.css.map */
