.collage-img-sm {
  height: 20rem;
}
.collage-img-lg {
  height: 40rem;
}
.collage-img-xl {
  height: 60rem;
}
/* 1250 px and down */
@media (max-width: 1250px) {
  #sectionOne {
    flex-direction: column;
  }
  .mobile-col,
  #sectionFour {
    flex-direction: column !important;
  }
  .mobile-col-rev,
  .honna-lopez {
    flex-direction: column-reverse !important;
  }
  .mobile-col .w-55,
  .mobile-col .w-45,
  .honna-lopez,
  .mobile-col-rev .w-60,
  .mobile-col-rev .w-40,
  .honna-lopez .w-40,
  .honna-lopez .w-60 {
    width: 100% !important;
  }
  .grid7525 {
    grid-template-columns: 1fr;
  }
  .highlight-img {
    height: 40rem;
  }
  .mexico-trip,
  .quote-row {
    flex-direction: column-reverse !important;
  }
  .mexico-trip .w-70,
  .quote-row .w-30 {
    width: 100% !important;
  }
  .quote-row .w-30 {
    padding: 24px;
  }
  .dick-clark-building img {
    height: 35rem;
  }
  .mobile-my-24 {
    margin: 24px 0;
  }
  .holistic-experience {
    width: 100%;
    padding: 16px;
  }
}
/* 700px and down */
@media (max-width: 700px) {
  .abroad-stats {
    flex-direction: column;
  }
  .stats-div {
    border-top: 5px solid #d7d8e6;
  }
}
/* 700px and up */
@media (min-width: 700px) {
  .stats-div {
    border-left: 5px solid #d7d8e6;
  }
}
/* 1251 and up */
@media (min-width: 1251px) {
  .highlight-img {
    min-height: 100%;
  }
  .holistic-experience {
    padding: 0 40px;
  }
  .ava-img {
    object-position: -20rem 0;
  }
}
