/* ========================= spots ========================== */

.Partnering-with-teachers-container {
  position: relative;
}

.spot {
  position: absolute;
  z-index: -1;
}

.spot--spot_16 {
  height: auto;
  width: 280px;
  top: 86px;
  left: -79px;
}

.spot--spot_17 {
  height: auto;
  width: 378px;
  top: 631px;
  left: 819px;
}

.spot--spot_18 {
  height: auto;
  width: 386px;
  top: 1157px;
  left: 239px;
}

@media (max-width: 600px) {

  .spot--spot_16 {
    height: auto;
    width: 181px;
    top: 0;
    left: 21px;
  }

  .spot--spot_17 {
    height: auto;
    width: 300px;
    top: 1398px;
    left: 137px;
  }

  .spot--spot_18 {
    height: auto;
    width: 354px;
    top: 2222px;
    left: 139px;
  }
}


/* ========================= Partnering with teachers ========================== */

.Partnering-with-teachers {
  margin: 80px 0px 0px;
}

.Partnering-with-teachers__additional {
  display: flex;
  gap: 40px;
  margin: 80px 0px 0px;
}

@media (max-width: 600px) {

  .Partnering-with-teachers {
    margin: 40px 0px 0px;
  }

  .Partnering-with-teachers__additional {
    flex-direction: column;
    gap: 16px;
    margin: 40px 0px 0px;
  }
}

.image-text-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  grid-template-areas:
    "text image";
  align-items: center;
  margin: 120px 0 0;
}

.image-text-block--reverted {
  grid-template-areas:
    "image text";
}

.image-text-block__texts {
  grid-area: text;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.image-text-block__image {
  grid-area: image;
}

.image-text-block__text-button {
  width: fit-content;
}

@media (max-width: 600px) {

  .image-text-block {
    grid-template-columns: 1fr;
    gap: 24px;
    grid-template-areas:
      "image"
      "text";
    align-items: center;
    margin: 80px 0 0;
  }

  .image-text-block--first {
    grid-template-areas:
      "text"
      "image";
    align-items: center;
    margin: 40px 0 0;
  }


  .image-text-block--last {
    margin-bottom: 40px;
  }

  .image-text-block__texts h1 {
    text-align: center;
  }

}


/* ========================= See also ========================== */

.See-also__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

@media (max-width: 912px) {

  .See-also__content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
