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

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

.list-social__item {
  border-radius: 100%;
  margin: 0 1.2rem 0 0;
  background: transparent;
}

.list-social__item .icon {
  height: 2rem;
  width: 2rem;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 0 0.5rem;
}

.list-social__link:hover .icon {
  transform: scale(1.07);
}
