.list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}
.list-item div {
	margin: 0 10px 40px 10px;
	text-align: center;
}
.list-item img {
	display: block;
	margin: 0 auto;
}
.list-item h4 {
	font-weight: 300;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
}

@media all and (max-width: 800px) {
	
	.list-item {
		display: inline-block;
		width: 50%;
	}
	
} /* eo 800px */

@media all and (max-width: 600px) {
	
	.list-item {
		display: block;
		width: 100%;
	}
	
} /* eo 600px */

