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

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

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

.list-social__link {
  align-items: center;
  display: flex;
  padding: 0.75rem;
  color: rgb(var(--colors-text));
}

.list-social__link:hover .icon path {
  color: rgb(var(--colors-primary));
}
