.list-social {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  gap: 24px;
}

.list-social__item .icon {
  height: 32px;
  width: 32px
}

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

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