.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 1rem;
  margin: 0;
  column-gap: 1.2rem;
}

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

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