.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 1023px) {
  .list-social {
    justify-content: center;
  }
}
