.testimonial_wrap .carousel-cell{width:33.333%;padding:10px}
.testimonial-footer{display:flex;align-items:center;gap:10px;padding-bottom:20px}
.testimonials{margin-bottom:2em}
.testimonials .inner-blocks{position:relative}
.testimonials .inner-blocks:after{background-color:#ffcf00;height:84%;content:"";position:absolute;top:8%;left:25px;width:2px;bottom:40px}
.testimonial_wrap .wp-block-column{
    margin: 0 auto !important;
    max-width: 100%;
}
[type=button].flickity-button {
    background: #fff;
    opacity: .6;
}
[type=button].flickity-button:hover {
    background: #fff;
    opacity: 1;
}
.testimonials .wp-block-column{padding-left:0!important;padding-right:0!important}
.testimonial p{color:#fff}
.testimonial p.author{color:#fff;text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:3px;line-height:16px;width:70%;padding:0}
.testimonial p.quote{font-size:18px;font-weight:400;text-transform:none;font-style:italic;line-height:28px;padding-bottom:0}
.testimonial{max-width:100%;background:#2b2b2b;padding:40px;border:1px solid #fff;margin:0 auto;border-radius:3px;flex-direction:column-reverse !important;display:flex;justify-content:flex-end}
body .wp-block-columns.testimonial_wrap{max-width: 1600px;}

@media(max-width:1023px){
.testimonial_wrap .carousel-cell{width:100%}
.testimonial_wrap .flickity-slider{display:flex;align-items:center}
.testimonial{margin-right:30px;margin-left:30px}
.testimonials{flex-wrap:wrap!important}
.testimonials .wp-block-column:not(:only-child){flex-basis:calc(100% - 1em)!important}
body .testimonial{padding:40px!important;margin:0 auto!important}
}
@media(max-width:767px){
    .testimonial{margin-right:10px;margin-left:10px;margin-top:0!important;margin-bottom:0!important}
}
@media(min-width:1024px){
.testimonial_wrap .carousel-cell,.testimonial_wrap .inner-blocks,.testimonial_wrap .testimonial{min-height:500px}
.testimonial,.testimonials .inner-blocks{height:100%}
}