

/** SERVICE BOXES **/
.service-boxes									{ font-size:0px; text-align:center; }
.service-boxes .service-box						{ display:inline-block; vertical-align:top; width:33%; font-size:16px; text-align:center; }
.service-boxes .service-box .sb-content			{ margin:10px; }
.service-boxes .service-box .image img			{ width:100%; max-width:600px; max-height:400px; }
.service-boxes .service-box .text				{ padding:10px; text-align:center; }

.service-boxes .service-box .sb-content			{ border:5px solid #DDDDDD; }
.service-boxes .service-box .image				{ border-bottom:1px solid #DDDDDD; }



/** RESPONSIVE **/
@media screen and (max-width:760px){

	.service-boxes .service-box		{ width:50%; }

}

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

	.service-boxes .service-box		{ width:100%; }

}



