﻿.blogs { padding: 20px; overflow: hidden; }
	.blogs .blogItem { float: left; width: 49.5%; margin: 0 1% 15px 0; }
		.blogs .blogItem:nth-child(2n) { margin: 0 0% 15px 0; }
		.blogs .blogItem .image img { max-width: 100%; }
		.blogs .blogItem .content h3 { margin: 0; text-align: center; text-transform: uppercase; }
			.blogs .blogItem a {display:block; text-decoration: none; }
