.blog{
	padding: 10px;
}

.blog-title{
	color: #F5811F;
	margin-top: 10px;
}

.news-page-post-img{
	object-fit: cover;
    height: 150px;
    width: 100%;
}

.publish-date{
	font-weight: 500;
	font-size: 14px;
}

.article-desc{
	font-size: 14px;
	color: #545454;
}

#postPageWrap{
	padding: 50px;
    font-family: 'stratos-lights';
}

.date-bar{
	border-top: 2px solid #0000001a;
	width: 30%;
	margin: 15px 0px;
}