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

@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: flex-start;
  }
}

.list-social__item {
  margin: 0 2px;
}

.list-social__item .icon {
  height: 46px;
  width: 46px;
}

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