.testimonials{animation:fadeIn 1s forwards;border-radius:10px;display:flex;justify-content:space-between;opacity:0;padding:50px;transition:all .3s ease-in-out}.testimonial{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:30%}.testimonial:hover{box-shadow:0 10px 20px rgba(0,0,0,.2);transform:translateY(-10px)}.icon{height:50px;margin-bottom:10px;overflow:hidden;width:50px}.icon img{height:100%;object-fit:cover;width:100%}.testimonial-text{color:#555;font-style:italic;margin-bottom:15px;transition:color .3s ease}.testimonial-author p{color:#333;font-weight:700;margin-top:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width:1024px){.testimonials{align-items:center;flex-direction:column}.testimonial{margin:20px;width:90%}}