.animate-slideInLeft{animation:slideInLeft .6s cubic-bezier(.25,.46,.45,.94) forwards}.animate-slideInRight{animation:slideInRight .6s cubic-bezier(.25,.46,.45,.94) forwards}.slide-in-left{animation:slideInLeft .6s cubic-bezier(.25,.46,.45,.94) forwards}.slide-in-right{animation:slideInRight .6s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes slideInLeft{0%{transform:translateX(-30px) scale(.95);opacity:0}to{transform:translateX(0) scale(1);opacity:1}}@keyframes slideInRight{0%{transform:translateX(30px) scale(.95);opacity:0}to{transform:translateX(0) scale(1);opacity:1}}@media (width <= 768px){.testimonial-container{padding:1.5rem}.company-logos{flex-wrap:wrap;gap:1rem}.company-logos img{height:2.5rem;max-width:100px}}