.timeline-content h2 {
  padding-bottom: 0;
}
.changed-timeline:nth-child(odd) {
  justify-content: start;
}
.changed-timeline:nth-child(even) {
  justify-content: end;
}

.changed-timeline {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  position: relative;
}
/* 1250 px and down */
@media (max-width: 1250px) {
  #sectionOne {
    flex-direction: column;
  }
  .timeline-content {
    background-color: #000e54;
  }
  .changed-timeline {
    flex-direction: column-reverse;
  }
  .changed-timeline .w-50,
  .w-85 {
    width: 100% !important;
  }
}
/* 1251 and up */
@media (min-width: 1251px) {
  .timeline-content {
    padding: 24px;
    min-height: 30rem;
    height: max-content !important;
  }
  .changed-timeline {
    background-position: center center !important;
    background-size: cover !important;
    min-height: 30rem;
    height: max-content !important;
  }
  .changed-timeline:nth-child(odd) .timeline-content {
    background: linear-gradient(to left, rgba(0, 14, 84, 0.8), #000e54);
  }
  .changed-timeline:nth-child(even) .timeline-content {
    background: linear-gradient(to right, rgba(0, 14, 84, 0.8), #000e54);
  }
  #imageOne {
    background: url(../images/changed/einhorn-walkway.webp);
  }
  #imageTwo {
    background: url(../images/changed/barnes-center-rockwall.webp);
  }
  #imageThree {
    background: url(../images/changed/nvrc-exterior.webp);
  }
  #imageFour {
    background: url(../images/changed/schine-student-center.webp);
  }
  #imageFive {
    background: url(../images/changed/lally.webp);
  }
  #imageSix {
    background: url(../images/changed/barner-mcduffie.webp);
  }
  #imageSeven {
    background: url(../images/changed/miron-victory-court-ribbon-cutting.webp);
  }
}
