.p_form {
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .p_form {
    padding-top: 10px;
  }
}

footer {
  border-top: 1px solid #e2ebef;
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 30px;
  }
}