@media screen and (max-width: 1024px) {
  .the-team .rows {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 800px) {
  .home .featured-page .main-image,
  .home .link .main-image {
    aspect-ratio: 1/1;
  }
  .featured-courses .wrapper {
    grid-template-columns: 1fr;
  }

  .banner .wrapper {
    padding-bottom: 100px;
  }

  .meet-the-team .introduction .main-image {
    width: 100%;
    height: auto;
  }

  .the-team .team-member {
    flex-direction: column;
    gap: 25px;
    align-items: start;
  }

  .the-team .team-member .main-image {
    width: 100%;
    height: auto;
  }

  .circle {
    display: none;
  }

  .archive {
    padding-block: 0;
  }

  .calendar .heading h1 {
    font-size: 40px;
  }

  h1 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 768px) {
}
