.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: 2.7rem;
  width: 2.7rem;
}

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

.list-social__link:hover .icon {
  transform: scale(1.07);
}

ul.rk_social-container.list-unstyled.list-social {
    justify-content: start;
}
