.post img {
	margin-bottom: 25px;
	width: 100%;
}

.post {
	background-color: #FFF;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 40px;
	/*max-width: 285px;*/
	min-height: 530px;
	position: relative;
}

.post .title {
	font-family: 'Open Sans', sans-serif;
	color: #0032AA;
	font-size: 20px;
	font-weight: 600;
	/*margin-bottom: 25px;*/
	min-height: 80px;
}

.post .description {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #4A494A;
	/*margin-bottom: 10px;*/
}

.post .title a {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #0032AA;
}

.post a.read-more {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #0032AA;
	position: absolute;
	bottom: 12px;	
}

.see-more {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	max-width: 285px;
	text-align: right;
	padding: 25px 0;
	float: right;
}

.see-more a {
	font-family: 'Open Sans', sans-serif;
	color: #0032AA;
	font-size: 22px;
	font-weight: 600;
}

@media(max-width: 992px) {
	.post .title, .post .title a {
		font-size: 18px;
	}
	
	.post .description {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.post .title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.post .description {
		font-size: 14px;
	}

	#our-blog .row .col-md-4.col-sm-6:not(:nth-child(2)), #articulos-relacionados .row .col-md-4.col-sm-6:not(:nth-child(2))  {
		margin-bottom: 20px;
	}

	.post .title {
		min-height: auto;
	}

	.post {
		min-height: auto;
	}
} 