.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.testimonial {
    background: #f7f7f7;
    padding: 34px;
    border-left: 4px solid #b99665;
}

.testimonial p {
    margin-bottom: 18px;
    color: #444;
}