hr{
	margin-top: 60px;
	border: 0;
	height: 1px;
	border-top: 1px solid #ccc;
	width: 60%;
}

article{
	text-align: center;
	margin-bottom: 50px;
}

article h3{
	font-size: 1.3em;
	color: #2d2d2d;
	text-transform: uppercase;
	margin-bottom: 22px;
	line-height: 24px;
}

article p{
	margin-bottom: 22px;
	line-height: 18px;
}

article .imgs .cols{
	margin-bottom: 18px;
}

article .imgs .cols img{
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}


@media only screen and (min-width:480px){
	
}

@media only screen and (min-width:768px){
	hr{
		margin-top: 20px;
		width: 60%;
	}

	article .imgs:after{
		clear: both;
		content: '';
		display: table;
	}

	article .imgs .cols{
		float: left;
		width: 33.3%;
		padding: 12px;
	}

	article.cols2 .imgs .cols{
		width: 50%;
	}

	article{
		margin-bottom: 40px;
	}

}

@media only screen and (min-width:996px){
	
}

@media only screen and (min-width:1200px) {
	
}	
