.two_column_row{
	width:50%; margin: 0 auto;
}

.two_column_row._large{
	width:75%;
}
.two_column_row div{float:left;width:50%;}

@media (max-width : 768px) {
	.two_column_row div{width:100%; float:none;}
}