
.atp-wrapper{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.atp-item{
background:#fff;
border-radius:10px;
padding:20px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
text-align:center;
}

.atp-item img{
border-radius:50%;
width:80px;
height:80px;
object-fit:cover;
}

.company{
color:#777;
font-size:14px;
}

.stars{
color:#f5a623;
font-size:18px;
}
