h2 {
  font-size: 17px;
  font-size: 5.3125vw; }
  @media screen and (min-width: 480px) {
    h2 {
      font-size: 25px; } }

th, td, p {
  font-size: 13px;
  font-size: 4.0625vw; }
  @media screen and (min-width: 480px) {
    th, td, p {
      font-size: 20px; } }

.caption {
  font-size: 10px;
  font-size: 3.125vw; }
  @media screen and (min-width: 480px) {
    .caption {
      font-size: 17px; } }
