.inner-content h2 {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 6px;
}
.inner-content h3 {
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 16px;
	color: #3e5054;
}
.post h2 {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 6px;
}
.post h3 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
	color: #3e5054;
}
.articles:last-child .post-desc {
	margin-bottom: 0;
}

@media (min-width:100px) {
.inner-content p {
	margin-bottom: 0px;
}
.post {
	margin-top: 30px;
}
.post-desc {
	margin: 20px 0;
	min-height: 168px;
}
.post-image img {
	width: 367px;
	height: 245px;
	border: 8px solid #e8e6e7;
	margin-bottom: 26px;
}
}

@media (min-width:768px) {
.articles {
	padding-left: 15px;
	padding-right: 15px;
}
.post {
	margin-left: 0px;
	padding: 0;
}
.post-desc {
	margin: 10px 0 30px;
}
.articles .post-image {
	padding-left: 0px;
	padding-right: 0;
}
.post-image img {
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
}
.content h1:after, .content h1:before {
	width: 38% !important;
}
}

@media (min-width:992px) {
.inner-content p {
	margin-bottom: 26px;
}
.post-desc {
	margin: 20px 0 60px;
	min-height: 192px;
}
.post-image img {
	height: 216px;
	width: 314px;
	margin-right: 40px;
}
.content h1:after, .content h1:before {
	width: 42% !important;
}
}

@media(min-width:1500px) {
.content h1:after, .content h1:before {
	width: 44% !important;
}
}
