.sponsor-opportunities {
  display: flex;
  width: 100%;
  padding: 100px 18%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: var(--Contrast-Green, #003a29);
  text-align: center;
  color: var(--Good-Green, #10a867);
}

.sponsor-opportunities .divider {
  display: none;
  width: 100%;
  height: 5px;
  background: var(--Good-Green, #10a867);
}
.sponsor-opportunities .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sponsor-opportunities .contact span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
}
.sponsor-opportunities span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  color: var(--Go-Green, #00e677);
}
.sponsor-opportunities span a {
  text-decoration-line: underline;
}
.sponsor-opportunities span a:hover {
  color: var(--Green-Light);
}

@media (max-width: 768px) {
  .sponsor-opportunities {
    padding: 74px 24px;
  }
  .sponsor-opportunities h2 {
    color: var(--Good-Green, #10a867);
    font-family: Libre Franklin;
    font-size: 60px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -0.6px;
  }
  .sponsor-opportunities span {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .sponsor-opportunities .mobile {
    display: flex;
  }
  .sponsor-opportunities .mobile h3 {
    text-align: left;
    width: 60%;
  }
  .sponsor-opportunities .mobile .contact {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .sponsor-opportunities .mobile .contact span {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .sponsor-opportunities .divider {
    display: block;
  }
}

/*# sourceMappingURL=sponsorOpportunities.css.map */
