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

@media only screen and (max-width:749px){
  .list-social{justify-content:center;}
}
.list-social__item .icon{height:25px;width:25px;}
.list-social__item{padding-right:20px;}
.list-social__item:last-child{margin:0;}
.list-social__link{align-items:center;display:flex;color:rgb(var(--color-foreground));}
@media only screen and (max-width:991px){
	.list-social__item {padding-right: 10px;}
}