#st-pages .feature .title-box {
	width: 200px;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background-color: #555;
}
/***
#st-pages .feature .title-box.green {
	background-color: #bae416;
}
#st-pages .feature .title-box.skyblue {
	background-color: #84d7dd;
}
#st-pages .feature .title-box.yellow {
	background-color: #fec200;
}
***/
#st-pages .feature h3 {
	margin-top: 0;
}
#st-pages .feature .desc {
	font-size: 16px;
	text-align: left;
}
@media (max-width: 480px) {
	#st-pages .feature .title-box {
		margin: 0 auto;
		margin-bottom: 15px;
	}
	#st-pages .feature h3 {
		text-align: center;
		margin-top: 20px;
	}	
	#st-pages .feature .desc {
		text-align: center;
		margin-bottom: 25px;
	}
}
