.list-social {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.list-social__link {
  display: flex;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  font-size: 1.3rem;
}

@media screen and (min-width: 990px) {
  .list-social__link {
    font-size: 1.5rem;
  }
}

.list-social__link:hover {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
}
