/*------------------------------------------------EXPLORE-------------------------------------*/
.explore-heading {
  gap: 3.75rem;
  align-items: center;
}
.teachers-heading {
  padding: 9.375rem 0rem;
  gap: 3.75rem;
}

.explore-heading p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
  padding-bottom: 4rem;
}
.explore-heading p {
  text-align: center;
  max-width: 950px;
}

.teachers-heading p,
.items-one p,
.teachers-heading,
.items-one,
.researchers-bottom p .kids-list h2,
.teachers-heading h2,
.researchers-content h2 {
  padding-bottom: 1rem;
}

.items-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 2rem;
}

.items-one {
  flex: 1;
  padding: 2rem 0rem;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
}

.cta-buttons {
  padding: 1rem 6rem;
  margin-bottom: 3rem;
}

.library {
  align-items: start;
}

.library-text {
  gap: 1rem;
}

.library-text p,
.right-content p,
.left-content p,
.bottom-content p {
  margin-bottom: 1rem;
}

.vr-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 2.75rem;
}

.bottom-content,
.library {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem;
}

.left-content-paragraph {
  margin-top: 1.75rem;
}

#teachers .cta-links-container {
  margin-top: 5.62rem;
}

.cta-links-container {
  flex-direction: column !important;
}

#teachers,
.teachers-headin {
  padding: 1.25rem 0.5rem;
}

#researchers {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 3rem;
  padding: 3rem 0.5rem 4rem 0.5rem;
  scroll-margin-top: 5rem;
}

.researchers-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.researchers-content h2 {
  padding-bottom: 1.75rem;
  margin: 0 auto;
}

.researchers-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem;
  border-bottom: 0.001rem solid var(--Button-Secondary);
}

.researchers-bottom p {
  padding-bottom: 1.75rem;
}

#researchers .cta-links-container a:nth-child(1) {
  background-color: var(--Button-Primary);
}

/*------------------------------------------------MEDIA QUERY-------------------------------------*/

/* XXL screens  */
@media (max-width: 96rem) {
  .container {
    max-width: 75rem;
  }
}

/* XL  */
@media (max-width: 75rem) {
  .container {
    max-width: 56.25rem;
  }
}

/* M screens */
@media (max-width: 56.25rem) {
  .container {
    max-width: 37.5rem;
  }
  .explore-heading {
    padding: 0rem;
    gap: 1.75rem;
  }
  .explore-heading h1 {
    padding: 1rem 0rem 1.75rem 0rem;
  }
  .library {
    display: grid;
    grid-template-columns: 1fr;
  }
  .teachers-heading {
    display: flex;
    padding: 1rem 0rem;
    flex-direction: column;
    gap: 1.75rem;
  }
  .teachers-heading p {
    text-align: left;
  }
  .vr-wrapper,
  .bottom-content,
  .researchers-bottom {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1.5rem 0.5rem;
    gap: 1.75rem;
  }
}

/* S screens */
@media (max-width: 37.5rem) {
  .container {
    max-width: 23.125rem;
  }
  .explore-heading h1 {
    font-size: 2.5rem;
    padding: 4rem 0rem 3.75rem 0rem;
  }
  .explore-heading p {
    font-size: 1rem;
  }
  .explore-heading,
  .explore-heading p {
    text-align: left;
  }

  #researchers {
    padding: 0;
  }
}
/* XS screens */
@media (max-width: 23.1250.5rem) {
  .container {
    max-width: 100%;
  }
  .kids-list h2,
  .teachers-heading h2,
  .researchers-content h2 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
  .kids-list h2,
  .researchers-content h2,
  .explore-heading h1,
  .teachers-heading h2 {
    margin: 0;
    padding: 0rem;
  }

  .teachers-heading {
    display: flex;
    padding: 1rem 0rem;
    flex-direction: column;
    gap: 1.75rem;
  }
  .cta-buttons {
    padding: 1rem 2rem !important;
  }
  .cta-buttons {
    padding: 0rem !important;
  }
}
