.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}


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

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