<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event-social {
  position: relative;
  background-color: var(--Heritage-Green, #004d36);
  height: auto;
  margin: 10px 0;
}
.event-social .event-social-background {
  display: flex;
  height: 70vh;
  background-color: var(--Black, #000);
}
.event-social .event-social-background .event-social-container {
  width: 100%;
  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-social .event-social-background .event-social-container .social-total {
  text-align: center;
}
.event-social .event-social-background .event-social-container .flex-container {
  display: flex;
  gap: 30px;
  flex-direction: row;
  align-content: center;
}
.event-social .event-social-background .event-social-container .flex-container div {
  align-content: center;
  text-align: center;
  border: 2px solid var(--Green-Light);
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 10px;
  width: 50%;
}
.event-social .event-social-background .event-social-container .flex-container h2 {
  font-size: 50px;
  font-weight: normal;
  margin: 0;
}
.event-social .event-social-background .event-social-container .social-summary {
  text-align: center;
}
.event-social .event-social-background .socials-image {
  width: 30%;
  display: flex;
  background-color: rgba(0, 77, 54, 0.7);
  height: auto;
  padding: 50px;
  justify-content: center;
}
.event-social .event-social-background .socials-image img {
  width: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  .event-social .event-social-background {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .event-social .event-social-background .event-social-container {
    width: 100%;
    gap: 30px;
    padding: 50px 50px 0 50px;
  }
  .event-social .event-social-background .event-social-container h1 {
    font-size: 40px;
  }
  .event-social .event-social-background .event-social-container .flex-container {
    flex-direction: column;
    align-items: center;
  }
  .event-social .event-social-background .event-social-container .flex-container div {
    width: 70%;
  }
  .event-social .event-social-background .event-social-container .flex-container div h2 {
    font-size: 30px;
  }
  .event-social .event-social-background .event-social-container .event-summary {
    margin-top: 50px;
  }
  .event-social .event-social-background .socials-image {
    width: 100%;
  }
  .event-social .event-social-background .socials-image img {
    object-position: center;
    width: 100%;
  }
}

/*# sourceMappingURL=sponsorSocial.css.map */
</pre></body></html>