.section-testimonials .testimonials-grid > div {
    border: 1px solid var(--color-border);
    box-shadow: var(--box-shadow-material);
    padding: 1rem;
}

.section-testimonials .testimonials-grid > div .testimonial-text p {
    padding: 0 1rem 0 2rem;
    position: relative;
}

.section-testimonials .testimonials-grid > div .testimonial-text p:before {
    color: var(--color-accent);
    content: open-quote;
    font-family: Georgia, serif;
    font-size: 4rem;
    left: 0;
    line-height: 1;
    position: absolute;
    top: -0.125rem;
}

.section-testimonials .testimonials-grid > div .testimonial-text p:after {
    color: var(--color-accent);
    content: close-quote;
    font-family: Georgia, serif;
    font-size: 1.5rem;
    line-height: 0.75;
}

.section-testimonials .testimonials-grid > div > p {
    font-size: var(--font-size-small);
    margin-bottom: 0;
    padding: 0 1rem 0 2rem;
}

.section-testimonials .testimonials-grid > div > p:first-of-type {
    font-weight: var(--font-weight-semibold);
}

