.slider-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden;padding:20px}.review-slider{display:flex;transition:transform .5s ease-in-out;gap:20px}.review-card{flex:0 0 calc((100% - 60px) / 4);box-sizing:border-box;background-color:#fff;color:#333;border-radius:12px;border:1px solid #ddd;padding:20px;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.star-rating{display:flex;justify-content:center}.star-rating img{width:100px;height:auto;margin-bottom:10px}.reviewer-info h2{font-size:1.1rem;margin:5px 0}.reviewer-info p{font-size:.95rem}.date{font-size:.8rem;color:#777;margin-bottom:10px}.foto-depoimento img{width:30px;height:auto;border-radius:50%}.foto-depoimento{margin-top:10px;display:flex;justify-content:center}@media screen and (max-width:960px){.review-card{flex:0 0 calc((100%) / 2)}}@media screen and (max-width:768px){.review-card{flex:0 0 calc((100%) / 1)}}