.list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.list-social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--color-foreground));
  height: 2.5rem;
  width: 2.5rem;
}
