
section#blogs {
	background-color: #fff;
}
section#blogs h2 {
	margin: 0 0 18px 30px;
	padding: 0;
	font: normal 30px/32px roman;
	color: #8e8e8e;
}
section#blogs .wrapper .item {
	border: none;
	padding: 0;
}
section#blogs .wrapper .item a {
	font-weight: bold;
	color: #106d3b;
}
section#blogs .wrapper .item img {
	height: 183px;
}
section#blogs .wrapper .item h3,
section#blogs .wrapper .item p {
	padding: 0 20px;
}
section#blogs .wrapper .item .img-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 51%;
	margin-bottom: 32px;
}
section#blogs .wrapper .item .img-container img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: 100%;
	margin: auto;
}

@media (min-width: 970px) {

}
