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

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

.list-social__item .icon {
  height: 24px;
  width: 24px;
}
li.list-social__item {
    margin: 0 5px;
}
.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.3rem;
  border: 2px solid black;
  border-radius: 50%;
  color: rgb(var(--color-foreground));
}


