@media (min-width: 300px) {
  .AboutH1 {
    font-size:40px;
  }
}

@media (min-width: 1200px) {
  .AboutH1 {
    font-size:63px;
  }
}

