/**handles:testimonials**/
.testimonials.slick-slider .single-testimonial{display:flex;flex-direction:column}.single-testimonial{display:flex;gap:15px;border-radius:20px;background-color:var(--g4s-grey);padding:15px;border-radius:20px;margin-bottom:20px;box-shadow:0 3px 2px 1px rgba(0 0 0 / 25%);flex-direction:column;justify-content:space-between}.single-testimonial figure{overflow:hidden;width:100%;height:100px;border-radius:20px;margin-bottom:0;background-color:#fff;padding:20px 0}.single-testimonial figure img{width:100%;height:100%;object-fit:contain;object-position:center}.single-testimonial-content strong{color:var(--g4s-red)}.single-testimonial-content p:last-child{margin-bottom:0;text-align:right}.testimonials .slick-track{display:flex;gap:30px}@media (min-width:768px){.testimonials:not(.slick-slider){display:flex;gap:30px;flex-wrap:wrap}.single-testimonial{width:calc(50% - 45px)}.single-testimonial-content{padding:20px}.single-testimonial-content p{margin-top:20px;margin-bottom:0}}