/* Shared client reviews / testimonials */
.page-testimonials-area {
    background: #f7f9fc;
    position: relative;
}
.page-testimonials-area::before {
    display: none;
}
.page-testimonials-area .section-title h2 {
    max-width: 760px;
    color: #252525;
}
.page-testimonials-area .section-title p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}
.page-review-card {
    min-height: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.page-review-card::before {
    display: none;
}
.page-review-card .content img {
    object-fit: cover;
    object-position: center 18%;
    border: 3px solid #e8f1fb;
    background: #fff;
}
.page-review-card .review-role {
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: 4px;
}
.page-review-card .review-stars {
    margin-top: 10px;
    color: #f5a623;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
}
.page-review-card .review-stars i {
    position: static;
    width: auto;
    height: auto;
    line-height: 1;
    background: none;
    color: #f5a623;
}
.page-review-card p {
    color: #444;
    line-height: 1.7;
    flex: 1;
}
.page-review-summary {
    margin-top: 4px;
    color: #333;
    font-size: 15px;
}
.page-testimonials-area .owl-nav .owl-prev,
.page-testimonials-area .owl-nav .owl-next {
    color: #0071dc !important;
    border-color: #0071dc !important;
}
@media (max-width: 991px) {
    .page-testimonials-area .owl-nav {
        display: none;
    }
    .page-review-card {
        min-height: auto;
    }
}
