@charset "UTF-8";
/* CSS Document */

#simply-smarter.industry-solutions #hero h1 {
    color: #000000;  
}


#simply-smarter.industry-solutions .flex .card {
	margin-bottom: 40px;
	flex-basis: 85%;
	border-radius: 4px;
}

#simply-smarter.industry-solutions .h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
}



@media handheld, only screen and (min-width: 768px) {
#simply-smarter.industry-solutions .flex .card {
	margin-bottom: 26px;
	flex-basis: 44%;
}
    
 #simply-smarter.industry-solutions #hero h1 {
    color: #ffffff;  
}
    
}




@media handheld, only screen and (min-width: 998px) {
#simply-smarter.industry-solutions .flex .card {
	margin-bottom: 26px;
	flex-basis: 30%;
}
    
}


@media handheld, only screen and (min-width: 1200px) {
#simply-smarter.industry-solutions .flex .card {
	margin-bottom: 26px;
	flex-basis: 22%;
}
    
}