.pattern-single-testimonial {
    padding-top: 5.06rem;
    padding-bottom: 5.06rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.pattern-single-testimonial::before,
.pattern-single-testimonial::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: url('../../decorations/bottom-left-rect.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
.pattern-single-testimonial::before {
    left: 0;
}
.pattern-single-testimonial::after {
    top: 0;
    bottom: auto;
    right: 0;
    transform: scale(-1);
}
@media (width <= 576px) {
    .pattern-single-testimonial::before,
    .pattern-single-testimonial::after {
        height: 40%;
    }
    .pattern-single-testimonial::before {
        bottom: -15%;
    }
    .pattern-single-testimonial::after {
        top: -15%;
    }
    .pattern-single-testimonial {
        min-height: 385px !important;
    }
}

.pattern-single-testimonial__quote {
    position: relative;
}
.pattern-single-testimonial__quote::before,
.pattern-single-testimonial__quote::after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url('../../decorations/testimonial.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.pattern-single-testimonial__quote::before {
    top: 0;
    left: 0;
}
.pattern-single-testimonial__quote::after {
    bottom: 0;
    right: 0;
}

.pattern-single-testimonial img {
    max-width: 56px;
    height: 56px;
    object-fit: contain;
}