.list-social {
  display: flex;
  flex-wrap: wrap;
}
.list-social .list-social__item .icon {
  height: 100%;
  width: 100%;
}
.list-social .list-social__link {
  display: flex;
  align-items: center;
  height: 4.4rem;
  width: 4.4rem;
  padding: 1rem;
  color: rgb(var(--global-color-accent));
}
.list-social .list-social__link:hover .icon {
  transform: scale(1.07);
}
@media only screen and (max-width: 749px) {
  .list-social .list-social {
    justify-content: center;
  }
}