.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;
}
.testimonial .stars {
    color: #fbbc04 !important;
    letter-spacing: 2px;
}

.review-source-small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 6px;
    color: #1a73e8;
}

.review-source-small img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.review-source-small.zillow-review {
    color: #006aff;
}

.stars,
.testimonial .stars,
.review-card .stars {
    color: #fbbc04 !important;
    letter-spacing: 2px;
    font-size: 1.15rem;
    line-height: 1;
}