.row .two-column.item {
	vertical-align:top;
	display:inline-block;
	width:515px;
	margin:0 20px 20px;
}
.row .two-column.item h3 {
	text-align:center;	
}
/* RESPONSIVE CSS
-------------------------------------------------- */
/* 1170 Grid */
@media all and (min-width: 1170px) {
	.row .two-column.item {
		width:542px;
	}
}
/* 940 Grid */
@media (min-width: 940px) and (max-width: 1170px) {
	.row .two-column.item {
		width:428px;
	}
}
/* 724 Grid */
@media (min-width: 724px) and (max-width: 940px) {
	.row .two-column.item {
		width:100%;
	}
}
/* 320 Grid */
@media (max-width: 724px) {
	.row .two-column.item {
		margin:0;
		width:320px;
	}
}