.event-information {
  position: relative;
  background-color: var(--Heritage-Green, #004d36);
  height: auto;
  margin: 10px 0;
}
.event-information .event-info-background {
  display: flex;
}
.event-information .event-info-background .event-champion-container {
  width: 50%;
  position: relative;
  bottom: 0;
  background-color: rgba(0, 77, 54, 0.7);
  padding: 50px;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.event-information .event-info-background .event-champion-container .flex-container {
  display: flex;
  gap: 50px;
  flex-direction: row;
}
.event-information .event-info-background .event-champion-container .flex-container .purse-total {
  text-align: center;
  border: 2px solid var(--Green-Light);
  backdrop-filter: blur(5px);
  padding: 40px;
  border-radius: 10px;
  width: 50%;
}
.event-information .event-info-background .event-champion-container .flex-container .purse-total h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.event-information .event-info-background .event-champion-container .flex-container .purse-total h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.event-information .event-info-background .event-champion-container .flex-container .the-champion {
  text-align: center;
  border: 2px solid var(--Green-Light);
  backdrop-filter: blur(5px);
  padding: 40px;
  border-radius: 10px;
  width: 50%;
}
.event-information .event-info-background .event-champion-container .flex-container .the-champion h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.event-information .event-info-background .event-champion-container .flex-container .the-champion h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.event-information .event-info-background .event-champion-container .event-summary {
  text-align: center;
}
.event-information .event-info-background .champion-image {
  width: 50%;
  display: flex;
  background-color: rgba(0, 77, 54, 0.7);
  height: auto;
  border-radius: 0 30px 30px 0;
}
.event-information .event-info-background .champion-image img {
  width: 100%;
  object-fit: cover;
  object-position: left;
}

@media (max-width: 480px) {
  .event-information .event-info-background {
    display: flex;
    flex-direction: column;
  }
  .event-information .event-info-background .event-champion-container {
    width: 100%;
  }
  .event-information .event-info-background .event-champion-container .flex-container {
    flex-direction: column;
  }
  .event-information .event-info-background .event-champion-container .flex-container .purse-total {
    width: 100%;
  }
  .event-information .event-info-background .event-champion-container .flex-container .the-champion {
    width: 100%;
  }
  .event-information .event-info-background .event-champion-container .event-summary {
    margin-top: 50px;
  }
  .event-information .event-info-background .champion-image {
    width: 100%;
    height: 70vh;
  }
  .event-information .event-info-background .champion-image img {
    object-position: center;
  }
}

/*# sourceMappingURL=sponsorKeyEventInfo.css.map */
