.sponsor-container > .hero-container {
  background-image: linear-gradient(to left, transparent, var(--dark-purple)),
    url("../assets/images/hands-joined.png");
  min-height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}

.sponsor-container > .hero-container > h1 {
  margin: 80px 0 0 0;
  color: white;
}

.sponsor-container > .hero-container > p {
  color: white;
  max-width: 600px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 20px;
  padding: 30px 0;
}

.sponsor-container > .hero-container > img {
  display: none;
}

.sponsor-container > .hero-container > a {
  border: 1px solid white;
  margin-bottom: 30px;
}

.sponsor-container > .platinum-sponsors-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sponsor-container > .platinum-sponsors-section > h2 {
  text-align: center;
}

.sponsor-container > .platinum-sponsors-section > .sponsors-card-wrapper {
  display: flex;
  justify-content: center;
  gap: 100px;
  text-align: center;
  flex-wrap: wrap;
}

.sponsor-container > .platinum-sponsors-section > a {
  margin-top: 25px;
}

.sponsor-container > .explore-and-impact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sponsor-container > .explore-and-impact-section > h2 {
  margin-bottom: 0px;
  text-align: center;
}

.sponsor-container > .explore-and-impact-section > p {
  padding: 0 20px 30px 20px;
  width: 40%;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.sponsor-container > .explore-and-impact-section > img {
  max-width: 90%;
}

.sponsor-container > .explore-and-impact-section > button {
  margin: 60px 0 60px 0;
}

.sponsor-container > .faqs-section {
  display: flex;
  flex-direction: column;
  background-color: var(--light-purple);
  padding: 5%;
  gap: 40px;
}

.sponsor-container > .faqs-section > .faqs-questions-wrapper > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background-color: var(--light-purple);
  color: var(--dark-purple);
  padding: 15px;
}

.sponsor-container > .faqs-section > .faqs-questions-wrapper > button > h4 {
  margin: 0;
  text-align: start;
  white-space: wrap;
}

.sponsor-container > .faqs-section > .faqs-questions-wrapper > hr {
  background-color: var(--dark-purple);
  height: 1px;
  border: none;
}

.sponsor-container > .faqs-section > .faqs-questions-wrapper > button:hover {
  cursor: pointer;
}

.sponsor-container > .faqs-section > .faqs-questions-wrapper > .faqs-answer {
  display: flex;
  align-items: center;
  padding-left: 30px;
  gap: 15px;
}

.sponsor-container
  > .faqs-section
  > .faqs-questions-wrapper
  > .faqs-answer
  > ul
  > li
  > a {
  color: var(--dark-purple);
}

.sponsor-container > .faqs-section > .faqs-questions-wrapper > .hide {
  display: none;
}

.sponsor-container > .faqs-section > .faqs-navigation-wrapper > h3 {
  font-size: 30px;
}

.sponsor-container > .faqs-section > .faqs-navigation-wrapper > button > a {
  color: unset;
}

.sponsor-container > .more-questions-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-image: url(../assets/images/more-questions-background.png);
  min-height: calc(100vh - 65px);
}

.sponsor-container > .more-questions-section > .more-questions-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
}

.sponsor-container
  > .more-questions-section
  > .more-questions-text-wrapper
  > h2 {
  margin-bottom: 0;
}

.sponsor-container
  > .more-questions-section
  > .more-questions-text-wrapper
  > a {
  margin-top: 10%;
  width: 145px;
  height: 40px;
  font-size: 16px;
}

.sponsor-container > .more-questions-section > img {
  justify-content: right;
  height: 450px;
  width: 350px;
}
