/* 1250 px or smaller */
@media (max-width: 1250px) {
  #sectionOne {
    flex-direction: column;
  }
  .collage-image-large {
    height: 30rem;
  }
  .collage-image-small {
    height: 15rem;
  }
  #sectionTwo,
  #sectionSix {
    flex-direction: column-reverse;
  }

  #sectionTwo .w-40,
  #sectionTwo .w-60,
  #sectionThree .w-40,
  #sectionThree .w-60,
  #sectionFour .w-50,
  #sectionFive .w-45,
  #sectionFive .w-55,
  #sectionSix .w-45,
  #sectionSix .w-55,
  .cbt-reddic {
    width: 100% !important;
  }

  #sectionThree {
    flex-direction: column-reverse;
  }
  #sectionThree .w-60 {
    flex-direction: row;
  }
  .small-image {
    height: 30vh;
  }
  .experiential-learning,
  #sectionFive {
    flex-direction: column;
  }
  .cbt-reebok {
    flex-direction: column-reverse;
  }
  .cbt-reebok .w-30,
  .cbt-reebok .w-70,
  .orange-leader-row .w-50 {
    width: 100% !important;
  }
  .orange-leader-row {
    flex-direction: column;
  }
  .bellamy {
    padding: 16px;
    border-left: none;
  }
  .stat-row {
    flex-direction: column;
    align-items: center;
  }
}

/* 1251 px or larger */
@media (min-width: 1251px) {
  .collage-image-large {
    height: 40rem;
  }
  .collage-image-small {
    height: 20rem;
  }
  #cluster-hidden {
    display: flex;
  }
  #sectionThree .w-60 {
    flex-direction: column;
  }
  .small-image {
    height: 40vh;
  }
  .experiential-learning {
    flex-direction: row;
  }
  .mobile-hide {
    display: flex;
  }
  .orange-leader-row {
    flex-direction: row;
  }
  .orange-leaders {
    height: 100%;
  }
  .bellamy {
    padding: 3rem;
    gap: 32px;
  }
}
