@charset "utf-8";


ul.products{
	overflow: hidden;
	width: 100%;
	margin: 100px 0 50px 0;
	}
ul.products li{
	width: 48%;
	float: left;
	margin: 0 4% 50px 0;
	}
ul.products li:nth-child(2n){
	margin: 0 0 50px 0;
	}
ul.products li img{
	width: 100%;
	}


ul.products li h3{
	height: 50px;
	width: 100%;
	display: table;
	}
ul.products li h3 p{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
	}



