h1 #then {
  font-size: 8rem !important;
}

h1 #now {
  font-size: 8rem !important;
  line-height: 4rem !important;
  margin-top: 1.25rem !important;
}

h1 #next {
  font-size: 7rem !important;
}

@media screen and (max-width: 1024px) {
  h1 #then {
    font-size: 4rem !important;
  }

  h1 #now {
    font-size: 4rem !important;
    line-height: 4rem !important;
    margin-top: 0 !important;
  }

  h1 #next {
    font-size: 4rem !important;
    margin-top: -5rem !important;
  }

  #thenSection h2,
  #nowSection h2,
  #nextSection h2 {
    font-size: 4rem !important;
  }
}
