.customer_testimonials{display:grid;gap:26px;grid-template-columns:repeat(4,1fr)}.customer_testimonials .testimonial_item{background:#fff;border-radius:10px;box-shadow:0 4px 14px 0 rgba(0,0,0,.15);padding:20px;transition:transform .3s ease}.customer_testimonials .testimonial_item:hover{transform:translateY(-5px)}.customer_testimonials .testimonial_item .description,.customer_testimonials .testimonial_item .description p{color:#000;font-size:16px;font-weight:400;line-height:24px}.customer_testimonials .testimonial_item .company,.customer_testimonials .testimonial_item .position{color:#000;font-size:16px;font-weight:600;line-height:24px;margin:0}@media (max-width:1200px){.customer_testimonials{grid-template-columns:repeat(3,1fr)}}@media (max-width:868px){.customer_testimonials{grid-template-columns:repeat(2,1fr)}}@media (max-width:568px){.customer_testimonials{grid-template-columns:repeat(1,1fr)}}