.list-social {display:flex;flex-wrap: wrap;justify-content: center; margin-top: 3.5rem;}
.list-social__item .icon {height: 1.8rem;width: 1.8rem;transition: all var(--duration-default) linear;}
.list-social__link {align-items: center;display: flex;padding: 0.5rem 0;color: rgb(var(--color-foreground));font-weight:600;text-decoration:none;}
.list-social__link:hover .icon {transform: scale(1.03);}
.list-social__link .icon-text {display: none;}
.list-social__item {list-style: none;}
.footer-style3 .list-social__item .icon {height: auto; width: 1.3rem;transition: all var(--duration-default) linear;}
@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}