.list-social{display:flex;flex-wrap:wrap;}
.list-social__item .icon{height:40px;width:40px;color:#CDCDCD;}
.list-social__link{align-items:center;display:flex;color:rgb(var(--color-foreground));}
.utility-bar .list-social__link{padding:0 0.8rem;height:3.8rem;}
.list-social__link:hover .icon{transform:scale(1.07);}
.footer-block .svg-wrapper{height:40px;width:40px;}
.list-social__item{margin-right:10px;}
.list-social__item:last-child{margin-right:0;}
@media screen and (max-width:749px){
  .list-social__item .icon{height:30px;width:30px;}
  .footer-block .svg-wrapper{height:30px;width:30px;}
}