.service-reviews-section {
    padding: 82px 0;
    background: #f5f7fb;
}

.service-reviews-heading {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.service-reviews-trustpilot {
    width: auto;
    height: 20px;
    margin-bottom: 14px;
}

.service-reviews-heading h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1.18;
}

.service-reviews-heading p {
    margin: 0;
    color: #526173;
    font-size: 1.02rem;
    line-height: 1.65;
}

.service-review-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 260px;
    padding: 28px;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

.service-review-card__stars {
    margin-bottom: 18px;
    color: #d7dce5;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.service-review-card__stars .is-filled {
    color: #00b67a;
}

.service-review-card blockquote {
    flex: 1;
    margin: 0 0 24px;
    color: #273449;
    font-size: 1rem;
    line-height: 1.7;
}

.service-review-card footer {
    display: flex;
    align-items: center;
    gap: 11px;
}

.service-review-card__initial {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: #e7f3ee;
    color: #0f766e;
    font-weight: 800;
}

.service-review-card footer strong {
    color: #172033;
    font-size: .95rem;
}

.service-reviews-action {
    margin-top: 34px;
    text-align: center;
}

.service-reviews-action a {
    color: #0f766e;
    font-weight: 700;
    text-decoration: none;
}

.service-reviews-action a:hover {
    color: #0b5a55;
}

.service-reviews-action i {
    margin-left: 5px;
}

@media (max-width: 767.98px) {
    .service-reviews-section {
        padding: 62px 0;
    }

    .service-review-card {
        min-height: 0;
        padding: 24px;
    }
}
