#allrecords h1 {
  font-size: 52px !important;
  line-height: 1.05 !important;
}

#allrecords h2 {
  font-size: 41px !important;
  line-height: 1.08 !important;
}

#allrecords h3 {
  font-size: 22px !important;
  line-height: 1.12 !important;
}

@media screen and (max-width: 640px) {
  #allrecords h1 {
    font-size: 30px !important;
    line-height: 1.06 !important;
  }

  #allrecords h2 {
    font-size: 22px !important;
    line-height: 1.1 !important;
  }

  #allrecords h3 {
    font-size: 19px !important;
    line-height: 1.15 !important;
  }
}