.testimonial-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:var(--space-2);max-height:400px;height:100%;border-radius:var(--radius-5)}.testimonial-background{background-color:var(--orange-6);padding:var(--space-4) var(--space-2)}.testimonial-container img{width:100px;height:100px;border-radius:50%;border:1px solid var(--gray-5);background:var(--gray-2);flex-shrink:0}@media (max-width:400px){.testimonial-container{min-width:240px;padding:var(--space-2);gap:var(--space-1)}.testimonial-background{padding:var(--space-3) var(--space-2)}.testimonial-container img{width:70px;height:70px}}@media (max-width:768px) and (min-width:401px){.testimonial-container{height:100%;max-height:350px;margin:0 auto;min-width:260px;padding:var(--space-4)}.testimonial-container img{width:80px;height:80px}}.testimonial-container .rt-Heading{color:var(--orange-9)!important}.testimonial-container .rt-Text{color:#111!important}.dark .testimonial-container .rt-Text,.dark-theme .testimonial-container .rt-Text{color:var(--lime-12)!important}