/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

.col-2{
	float: left;
	width:46%;
	margin: 1% 2%;
}

@media screen and (max-width:750px){
	.col-2{
		float: left;
		width:96%;
		margin:2%;
	}
}