.article-content{
		background: inherit !important;
		margin-top: 0;
	}
	
	.article-body{
		font-size: 18px;
		line-height: 30px;
		font-weight: normal;
		font-style: normal;
		margin: 0 0 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}
	
	.article-content > .container{
		padding: 0;
	}
	
	.article-body{
		margin: 0;
		padding: 0;
	}
	
	.article-image{
		margin-top: 40px;
	}
	
	@media screen and (max-width: 768px){
		.article-image{
			margin-top: 10px;
		}
	}
	
	.filters{
		display: none !important;
	}
	.date-left{
		text-align: left !important;
		
		font-weight: 700;
	}
	
	.article-body{
		max-width: calc(100% - 230px);
	}
	
	
	.article-head{
		text-align: left !important;
	}
	
	.page-content .title-sm{
		font-family: "Gilroy Extra Bold" !important;
		text-transform: uppercase;
		text-align: center;
	
	}
	
	.article-head .tags-list {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
	}
	
	.documents > .container{
		padding: 0;
	}
	
	.article-head{
		padding: 20px 100px;
		background: white !important;
	}