.page-form {
  padding: 96px 0 80px;
}
@media screen and (max-width: 900px) {
  .page-form {
    padding: 64px 0;
  }
}