.footer__list-social {
  margin: 2em 0 0;
}
.footer__list-social .list-social__item .list-social__link {
  align-content: center;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .footer__list-social {
    justify-content: center;
  } 
}