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

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