
.lsts-bar{
background:#1f1f1f;
padding:10px 15px;
display:flex;
gap:18px;
align-items:center;
overflow-x:auto;
scrollbar-width:none;
}
.lsts-bar::-webkit-scrollbar{display:none;}
.lsts-team img{
width:40px;
height:40px;
object-fit:contain;
transition:.25s;
}
.lsts-team img:hover{
transform:scale(1.15);
}
