@import "style-dynamic.css";
@import "tsum-services-demo.css";


.services-description { 
	text-align: center;
	margin-bottom: 2.5em;
}


.grid-services .service-artwork img {
	width: 100%;
}



.grid-services .box { text-align: center; }

.grid-services .box .service-title {
	margin-bottom: 0.3em
}

.grid-services .box .service-desc {
	margin: 0.2em 0;
}



/*@media (min-width: 768px) {
.grid-services-demo {
	display: grid;
	grid-template-columns: repeat(4, 1fr) !important;
}
}*/




