.depoimentos-home{
padding:60px 20px;
background:#f7f7f7;
text-align:center;
}

.depoimentos-home h2{
font-size:28px;
margin-bottom:30px;
}

.depoimentos-grid{
display:flex;
gap:25px;
justify-content:center;
flex-wrap:wrap;
}

.depoimento{
background:white;
padding:25px;
border-radius:10px;
width:300px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.stars{
color:#ffc107;
font-size:18px;
margin-bottom:10px;
}