.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-social__item .icon {
  height: 1.7em;
  width: 1.7em;
  color: rgb(var(--color-green));
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 0.55em 1.1em 0.55em 0;
}
