.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list-social__item .icon {
  height: 2.2rem;
  width: 2.2rem;
}
.list-social__link {
  align-items: center;
  display: flex;
  padding: 0 15px 0 0;
  color: rgb(var(--color-foreground));
}
.list-social__link:hover svg path {
  stroke: var(--color-secondary);
}