.list-social {
  display: flex;
  flex-wrap: wrap;
}

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

.list-social__link {
  align-items: center;
  display: flex;
  width: 24px;
  height: 24px;
  margin: 0.5rem;
  justify-content: center;
}
.list-social__link svg {
  width: 100%;
}

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