.event-highlights {
  position: relative;
  background-color: var(--Heritage-Green, #004d36);
  height: auto;
  margin: 10px 0;
}
.event-highlights .highlights-background {
  display: flex;
  position: relative;
  z-index: 2;
  background-color: var(--Heritage-Green, #004d36);
  background-blend-mode: color-dodge;
  flex-direction: column;
}
.event-highlights .highlights-background .highlights-images {
  width: 100%;
  display: flex;
  background-color: rgba(0, 77, 54, 0.7);
  flex-direction: row;
}
.event-highlights .highlights-background .highlights-images ul {
  position: relative;
  object-fit: cover;
  overflow: hidden;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 50px 20px 0 20px;
}
.event-highlights .highlights-background .highlights-images ul li {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 3px solid var(--Neon-Green, #25e47c);
  height: 30em;
}
.event-highlights .highlights-background .highlights-images ul img {
  width: inherit;
  height: 100%;
  object-fit: cover;
  max-height: inherit;
  border-radius: 30px;
}
.event-highlights .highlights-background .highlights-body {
  width: 100%;
  position: relative;
  bottom: 0;
  background-color: rgba(0, 77, 54, 0.7);
  padding: 50px;
  color: rgb(255, 255, 255);
}
.event-highlights .highlights-background .highlights-body ul {
  list-style: circle;
  padding-left: 20px;
}

@media (max-width: 480px) {
  .event-highlights .highlights-background {
    flex-direction: column;
  }
  .event-highlights .highlights-background .highlights-images {
    width: 100%;
  }
  .event-highlights .highlights-background .highlights-images ul {
    flex-direction: column;
    width: 100%;
  }
  .event-highlights .highlights-background .highlights-images ul li {
    height: 30vh;
  }
  .event-highlights .highlights-background .highlights-images ul li img {
    max-height: inherit;
  }
  .event-highlights .highlights-background .highlights-body {
    width: 100%;
  }
}

/*# sourceMappingURL=sponsorHighlights.css.map */
