/* 1251 px or larger */
@media (min-width: 1251px) {
  .highlight-img {
    height: 120vh;
  }
  .creating-champions {
    height: 100vh;
  }
}
/* 1250 px or smaller */
@media (max-width: 1250px) {
  #sectionOne {
    margin-top: 7rem !important;
    flex-direction: column;
  }
  .w-35,
  .w-65,
  .w-40,
  .w-60 {
    width: 100% !important;
  }
  .highlight-img {
    height: 20vh;
  }
  #creating-champions {
    flex-direction: column;
    height: 30vh;
  }
  .best-brightest {
    flex-direction: column-reverse !important;
  }
  #sectionTwo .grid7525,
  #sectionThree .grid2575 {
    grid-template-columns: 1fr !important;
  }
}
