.dr-testimonials-block {
    border: none;
}
.dr-testimonials-block .titems {
    margin-top:5em;
    justify-content: center;
    display:flex;
    grid-template-columns: none;
    grid-column-gap: calc((100% - 7*20px)/8*1.5 + 20px);
    grid-row-gap: 5em;
    flex-wrap:wrap;
}
.dr-testimonials-block .titem {
    flex:0 0 calc((100% - 7*20px)/8*3);
    position: relative;
}
.dr-testimonials-block .titem::before {
    position: absolute;
    content:'“';
    font-size:3.5em;
    color:var(--kturq);
    top:-0.8em;
    font-weight: 800;
}

.dr-testimonials-block.style-invert .titem::before {
    color:#fff;
}

.dr-testimonials-block .titem .attrib {
    margin-top:0.4em;
}