.testimonials-section{padding:20px;text-align:center}.testimonials-container{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:15px}.testimonial{flex:0 0 auto;width:300px;margin-right:20px;padding:15px;border:1px solid #ddd;border-radius:8px;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.testimonial:last-child{margin-right:0}.testimonial img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:10px}.testimonial-content{font-style:italic;margin-bottom:10px;font-size:0.9rem;line-height:1.4}.testimonial-name{font-weight:bold;font-size:1rem;color:#555}@media (max-width:600px){.testimonial{width:80%;margin-right:15px}}