.social-functions {
  position: relative;
  background-color: var(--Heritage-Green, #004d36);
  height: auto;
  border-bottom: 10px solid var(--Nedbank-Green, #006341);
}
.social-functions .sf-background {
  display: flex;
  height: 30%;
}
.social-functions .sf-background .sf-body {
  width: 50%;
  position: relative;
  bottom: 0;
  background-color: rgba(0, 99, 65, 0.7);
  padding: 50px;
  color: rgb(255, 255, 255);
}
.social-functions .sf-background .sf-body ul {
  list-style: circle;
  padding-left: 20px;
}
.social-functions .sf-background .sf-image {
  width: 50%;
  display: flex;
  background-color: rgba(0, 77, 54, 0.7);
  height: auto;
  border-radius: 0 30px 30px 0;
}
.social-functions .sf-background .sf-image img {
  width: 100%;
  object-fit: cover;
  object-position: left;
}

@media (max-width: 480px) {
  .social-functions .sf-background {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .social-functions .sf-background .sf-body {
    width: 100%;
  }
  .social-functions .sf-background .sf-image {
    width: 100%;
    height: 70vh;
  }
  .social-functions .sf-background .sf-image img {
    object-position: center;
  }
}

/*# sourceMappingURL=sponsorSocialFunctions.css.map */
