.footer__aside, .social-media {
  margin: auto;
}

@media screen and (min-width: 500px) {
  ul.v-stack {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }
  .footer__block--links {
    max-width: unset;
    width: 100%;
  }
} 