.list-social{display:flex;flex-wrap:wrap;justify-content:center;}
@media only screen and (max-width:749px){
  .list-social{justify-content:center;}
}
.list-social__item .icon{height:20px;width:20px;}
.list-social__link{align-items:center;display:flex;color:rgb(var(--color-foreground));border:1px solid #333;border-radius:100%;width:30px;height:30px;justify-content:center;}
.utility-bar .list-social__link{padding:0 0.8rem;height:3.8rem;}
.list-social__link:hover .icon{transform:scale(1.07);}
.footer__list-social .list-social__item{margin:0 6px;}
.social_info .footer-block__heading{margin-bottom:8px;}