@media(max-width:1440px) {
  section {
    background-color: antiquewhite;
    border-radius: 10px;
    padding: 10px;
  }

  section h2 {
    font-size: 32px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 10px;
    color: #13747d;
  }
}

@media(max-width:1000px) {
  section {
    background-color: antiquewhite;
    border-radius: 10px;
    padding: 10px;
  }

  section h2 {
    font-size: 24px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 10px;
    color: #13747d;
  }
}

@media(max-width:600px) {
  section {
    background-color: antiquewhite;
    border-radius: 10px;
    padding: 10px;
  }

  section h2 {
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 10px;
    color: #13747d;
  }
}