@media screen and (max-width:1024px) {

  footer.cell {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  footer .address {
    width: 55%;
  }
  footer .footer-logo {
    width: 38%;
  }
  
}
