.page-testimonials .testimonial-card {
    position: relative;
    min-height: 270px;
    display: grid;
    align-content: start;
    gap: 14px;
}

.page-testimonials .testimonial-card::before {
    content: "\201C";
    position: absolute;
    right: 22px;
    top: 12px;
    color: #d8e8ff;
    font-size: 78px;
    line-height: 1;
    font-weight: 700;
}

.page-testimonials .testimonial-card p {
    position: relative;
}

.page-testimonials .testimonial-card h3 {
    margin-top: 8px;
}

.page-testimonials .testimonial-card span {
    color: #617a9d;
    font-size: 14px;
}
