.s-reviews-swiper-slide .s-reviews-testimonial__avatar::after {
    content: "";
    position: absolute;
    top: 63px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    background: linear-gradient(45deg, #000000, #000000);
    border-radius: 72px 72px 8px 8px;
    opacity: 0.9;
}

.s-block--testimonials {
    background: rgb(65 64 66 / 0%);
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}
.store-features li p {
    opacity: 0.7;
    COLOR: #eb970e;
}
.store-features li h3 {
    font-size: 20px;
    color: rgb(8 8 8);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)) {
    .ps-footer--bottom {
        background: 
 color-mix(in srgb, var(--color-primary) 100%, transparent);
    }