/*
Theme Name: Crew Child
description: Garner Grading & Septic - Crew
Template: crew-parent
Version: 1.0.0
Text Domain: crew-child
Author: BCW
*/

.features {display: flex;justify-content: space-evenly;}
.feature-box {width: 18%; max-width: 100%;}
.feature-box span.ql-heading {font-size: 25px; display: flex !important; justify-content: center; align-items: center;}

.feature-box span.ql-heading {color: var(--color-1);}


/*Testimonials*/
.testimonials-inner h2 {
	margin-bottom: 10px;text-align: center;background:none; color: var(--color-1);
}
.testimonials-inner {
	padding: 50px 15px;
	text-align: center;
}
.testimonials-inner .fas.fa-star {
	padding-right: 5px;
}
.testimonials-inner .carousel-inner {
	height: 100%;
}


.jumbotron-sm {background: rgba(28,60,191,.7);}

@media screen and (max-width:991px){

    
    .features {text-align: center; display: block;}

.feature-box {width: 280px;
    display: inline-block;
    margin: 15px;
    height: 335px;}
    
    .feature-box span.ql-heading {font-size: 20px;

}