.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 0 !important;
}
@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}
.list-social__item .icon {
  height: 14px;
  width: 14px;
  fill: rgb(var(--color-foreground));
}
.list-social__link {
  align-items: center;
  display: flex;
  padding: 0 0.8rem;
  color: rgb(var(--color-foreground));
}