.testimonial-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #fff;
    max-width: 952px;
    margin-inline: auto
}

.testimonial-section .comment {
    max-width: 688px;
    margin-block: 32px
}

.testimonial-section .brand-logo {
    margin-top: 2px;
    max-width: 160px
}

.testimonial-section .brand-logo img {
    width: 100%;
    object-fit: cover
}

.testimonial-section .quote-icon img {
    max-width: 54px
}

@media(min-width:768px) {
    .testimonial-section .comment {
        margin-block: 48px 40px;
        line-height: 1.2;
        font-size: 28px
    }
}

/*# sourceMappingURL=/cdn/shop/t/4/assets/testimonial.css.map?v=180516078698340894171747376171 */