.page-container {
  padding: 3em 1em;
}
.form h2{
  text-align: center !important;
  font-size: 18px !important;
}

@media screen and (max-width: 480px) {
  .page-container {
    padding: 70px 0;
  }
  .form h2{
    font-size: 16px !important;
  }
}