.list-social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}

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

.list-social__item {
  margin-right: 20px;
}

.list-social__link {
  display: flex;
  align-items: center;
  color: rgb(var(--color-foreground));
}

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