.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -1.3rem;
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 2.6rem;
  }
}

.list-social__item img {
  width: 3rem;
  height: auto;
  transition: all .3s ease;
  display: block;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: .3rem 1.3rem 1.3rem;
}

@media screen and (min-width: 750px) {
  .list-social__link:hover img {
    transform: scale(1.12);
  }
}