/* 1250 px and down */
@media (max-width: 1250px) {
  #sectionOne {
    flex-direction: column;
  }
  .excelling-intro {
    flex-direction: column;
  }
  .excelling-intro .w-40,
  .excelling-intro .w-60 {
    width: 100%;
  }
  #sectionThree,
  #sectionFive,
  #sectionSeven {
    flex-direction: column-reverse;
  }
  #sectionSeven .w-45,
  #sectionSeven .w-55 {
    width: 100%;
  }
  #sectionTwo .grid7525 {
    grid-template-columns: 1fr;
  }
  #sectionOne .large-img {
    height: 35rem;
  }
  .stat-row {
    flex-direction: column;
  }
  .microprinting-container {
    width: 100% !important;
  }
}
/* 1251 and up */
@media (min-width: 1251px) {
  .peptide,
  .sarajevo {
    flex-direction: column;
  }
  .commencement-img {
    object-position: 0 -300px;
  }
}
