/* ==========================================
   PETTY'S CARE
   CUSTOMER REVIEWS
========================================== */

.product-reviews{
    margin:70px 0;
}

.reviews-header{
    text-align:center;
    margin-bottom:35px;
}

.reviews-header p{
    margin:0 0 8px;
    color:#999;
    font-size:.75rem;
    letter-spacing:2px;
}

.reviews-header h2{
    margin:0;
    color:#556B2F;
    font-size:2.2rem;
}

.review-card{
    background:#ffffff;
    border-radius:18px;
    padding:28px;
    margin-bottom:22px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.review-stars{
    color:#d4af37 !important;
    font-size:1.5rem;
    letter-spacing:3px;
    margin-bottom:12px;
}
.review-card h3{
    margin:0 0 10px;
    color:#556B2F;
}

.review-card p{
    margin:0;
    color:#666;
    line-height:1.7;
    font-style:italic;
}

@media (max-width:600px){

    .product-reviews{
        margin:45px 0;
    }

    .review-card{
        padding:22px;
    }

    .reviews-header h2{
        font-size:1.8rem;
    }
}
