footer{
  display: flex; flex-direction: column; align-items: center;
  height: 100%;
  background: #000;
  color: #fff;
  padding: 40px 0;
}

footer p{
  margin-top: 20px;
  width: 700px;
  text-align: justify;
  line-height: 1.6;
}

@media screen and (max-width: 1024px){
  footer h1{
    flex-wrap: wrap;
    text-align: center;
    padding: 0 50px;
  }
  footer p{
    width: 100%;
    padding: 0 50px;
  }
}