.js_testimonial_container{display:flex;gap:20px;align-items:center}.testimonial{padding:20px}.testimonial-image img{box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:13px;height:240px;width:250px;border-radius:8px;object-fit:cover;object-position:top}.testimonial-stars i{margin-right:4px}.testimonial-user{font-size:clamp(15px,3vw,18px);color:"#333"}.js_testimonial_user_container{text-align:left!important}.testimonial-company{font-size:14px}.testimonial-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:10px}.testimonial-quote{font-size:clamp(18px,3vw,26px);text-align:left;font-family:Montserrat,sans-serif!important;color:#091e3e}.testimonial-user-designation{font-size:15px;color:#333;font-style:italic}.fade-in-up{animation:fadeInUp 2s ease-in-out}.fade-out{animation:fadeOut 2s ease-in-out}@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:600px){.js_testimonial_container{flex-direction:column}.testimonial{padding:0!important}.testimonial-quote{padding-top:10px}.testimonial-image img{width:100%!important;height:320px}.testimonial-image{width:100%}}