/*
 * Styling for Featured Testimonials Block
 */


.testimonials-section {
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    margin-top: 0px;
    margin-bottom: 0px; 
    box-shadow: 0px 0px 190px 0px rgba(12,5,0,0.11);
}

.page-id-47 .testimonials-section {
    margin-top: 80px;

}

@media (max-width: 768px) {

    .testimonials-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .testimonial-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}



.testimonial-heading {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}

.testimonial-button {
    padding-bottom: 50px;
}

.heading-content {
    padding-bottom: 30px;
}

.testimonial-content {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.testimonial-content p {
    margin-bottom: 10px;
}

.testimonial-content .row {
    padding: 10px 30px;
}

.testimonial-text {
    font-size: 16px;
}

.client-name {
    color: #B3211E;
    padding-top: 30px;
}


.star-icon-group {
    text-align: center;
}

.star-icon-group i {
    color: #f1c40f;
    font-size: 20px;
}







