.test_stars svg {
    width: 21px;
    height: 21px;
}

.test_stars svg:not(:last-of-type) {
    margin-right: 10px;
}

.testimonial-slide {
    margin-left: 1em;
    margin-right: 1em;
    display: flex !important;
    /*align-items: center;*/
    margin-bottom: 0;
    height: unset !important;
    background: #fff;
}

.testimonial-slide--inner {
    padding: 3em 1.5em 2em;
    justify-items: center;
    display: flex;
    flex-direction: column;
}

.testimonial-slide--inner:before {
    display: block;
    width: 3em;
    height: 3em;
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='51.89px' height='38.42px' version='1.1' viewBox='0 0 51.89 38.42'><path d='M51.55,0c-6.06,1.23-10.77,3.81-14.12,7.72-3.35,3.92-5.02,9.34-5.02,16.27v14.42h19.48v-17.98h-10.73c-.18-1.82.18-3.71,1.09-5.67,1.59-3.69,4.69-6.24,9.3-7.66V0h0ZM19.48,38.42v-17.98h-10.73c-.14-2,.2-3.94,1.03-5.81,1.59-3.56,4.72-6.06,9.36-7.52V0c-6.24,1.23-10.99,3.83-14.25,7.79C1.63,11.76,0,17.15,0,23.99v14.42h19.48Z' fill='%23b3bd35'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 2em;
    align-self: center;
}

@media (max-width: 660px) {
    .testimonial-slide {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonial-slide--inner {
        margin: 0;
        padding: 2em 1em 1.5em;
    }
    .wp-block-testimonial-slider .slick-next {
        right: -18px;
    }
    .wp-block-testimonial-slider .slick-prev {
        left: -18px;
    }
    .testimonial-slide--inner p {
        line-break: unset;
    }
}