@media only screen and (max-width: 1070px){
  .nav li {
    width: 100%;
    text-align: center;
  }

  .nav .heading {
    order: -1!important;
  }

  .p4 .form-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .social ul {
    justify-content: center;
    margin-bottom: 20px;
  }
}