.testimonials{display:flex;flex-direction:column;align-items:center;background:linear-gradient(-30deg,var(--three),var(--three-lighten));padding:4rem 15%;padding-bottom:5rem;margin:6rem auto;gap:2rem;color:var(--text-primary);}.testimonials-grid{display:grid;justify-content:center;grid-template-columns:30% 30% 30%;gap:2rem;}@media screen and (max-width:1000px){.testimonials-grid{display:flex;flex-direction:column;justify-content:space-between;}}.testimonial{display:flex;flex-direction:column;gap:1rem;}.testimonial-info{display:flex;flex-direction:row;gap:1rem;font-size:17px;color:var(--two);text-shadow:2px 2px 1px rgba(0,0,0,0.5);}.testimonial-info img{width:48px;height:48px;padding:0.25rem;background-color:var(--four);border-radius:90%;}.testimonial-text{background-color:var(--background);padding:1rem;border-radius:10px;color:var(--text-secondary);box-shadow:2px 2px 5px rgba(0,0,0,0.5);}@keyframes left-animation{0%{transform:translateX(-200px);opacity:0;}100%{transform:translateX(0);opacity:1;}}@keyframes right-animation{0%{transform:translateX(200px);opacity:0;}100%{transform:translateX(0);opacity:1;}}@media screen and (min-width:1001px) and (prefers-reduced-motion:no-preference){.testimonial:nth-child(1).testimonial-anim{animation:left-animation 0.8s 1;}.testimonial:nth-child(3).testimonial-anim{animation:right-animation 0.8s 1;}}@media screen and (max-width:1000px) and (prefers-reduced-motion:no-preference){.testimonial:nth-child(1).testimonial-anim{animation:left-animation 0.8s 1;}.testimonial:nth-child(2).testimonial-anim{animation:right-animation 0.8s 1;}.testimonial:nth-child(3).testimonial-anim{animation:left-animation 0.8s 1;}}