.testimonials{background-color:#434a54;justify-content:center;align-items:center;width:100%;padding:4rem;display:flex}@media only screen and (width<=800px){.testimonials{padding:2rem 4rem 4rem}}.testimonials .testimonialsCarousel{gap:2rem;width:24rem;height:20rem;display:none}@media only screen and (width<=800px){.testimonials .testimonialsCarousel{justify-content:center;align-items:center;display:flex}}.testimonials .desktopItems{justify-content:center;align-items:center;gap:2rem;height:18rem;display:flex}@media only screen and (width<=800px){.testimonials .desktopItems{display:none}}.testimonials .testimonial{color:#434a54;text-align:center;background-color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:100%;max-width:24rem;height:100%;margin-top:3rem;padding:4rem 4rem 2rem;font-style:italic;display:flex;position:relative}@media only screen and (width<=800px){.testimonials .testimonial{width:30rem}}@media only screen and (width<=1200px){.testimonials .testimonial{height:16rem;padding:3rem 2rem 2rem}}@media only screen and (width>=801px) and (width<=1200px){.testimonials .testimonial{font-size:.9rem}}.testimonials .testimonial .avatar{border:4px solid #fff;border-radius:100%;width:5rem;height:5rem;position:absolute;top:-2.5rem}.testimonials .testimonial .quotes{width:2rem;height:2rem;position:absolute;top:1.3rem;left:1.3rem}