.event-overview {
  position: relative;
  background-color: var(--Heritage-Green, #004d36);
}
.event-overview .overview-background {
  position: relative;
  z-index: 2;
  background-color: var(--Heritage-Green, #004d36);
  background-blend-mode: color-dodge;
}
.event-overview .overview-background .overview-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 70vh;
  border-bottom: 10px solid var(--Go-Green, #00e677);
  text-align: center;
}
.event-overview .overview-background .overview-body {
  position: relative;
  bottom: 0;
  background-color: rgba(128, 195, 66, 0.7);
  padding: 50px;
  color: rgb(255, 255, 255);
}

/*# sourceMappingURL=sponsorOverview.css.map */
