.single_news-head{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-bottom: 2.7em;
	background-repeat: no-repeat;
	background-size: cover;
}
.single_news-head::before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
h1.news_single-title{
	position: absolute;
	width: 100%;
	line-height: 1.2em;
	left: 0;
	color: #fff;
	bottom: 1.9em;
	padding: 0 2em;
}
.news_single-info{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4.3em;
	display: flex;
	justify-content: flex-start;
	font-size: 0.73em;
	padding: 0 8em;
	color: #fff;
}
.news_single-info-feed{
	margin-left: 4em;
	display: flex;
  align-items: center;
}
.news_single-info-feed-tg{
	margin: 0 1em 0 1.5em;
}
.news_single-info-date{
	display: flex;
  align-items: center;
}
.single_news-content{
	max-width: 825px;
	margin-right: 110px;
}
.single_news-content p{
	font-size: 0.94em;
	line-height: 2.15em;
	padding: 1em 0;
	margin: 0;
}
.single_news-content h1,
.single_news-content h2,
.single_news-content h3,
.single_news-content h4{
	font-family: Bookerly-Bold;
	color: #1A123B;
	line-height: 1.2em;
	font-size: 2.25em;
	text-transform: uppercase;
	margin: 0.6em 0 0.2em 0;
}
.news_single-info-feed-footer{
	border-top: 1px solid #aba9b4;
	margin: 2.9em 0 12em 0;
	display: flex;
	justify-content: end;
	padding: 3em 0 0 0;
	align-items: center;
	font-size: 0.8em;
} 
@media screen and (max-width: 40.4em){
	.news_single-info-feed span{
		display: none;
	}
	.news_single-info{
		padding: 0 2em;
    justify-content: space-between;
	}
	.news_single-info-feed-footer{
		margin: 2em 0;
	}
	.single_news-content{
		font-size: 0.9em;
	}
	.single_news-content h1, .single_news-content h2, .single_news-content h3, .single_news-content h4{
		font-size: 1.5em;
	}
}
@media screen and (max-width: 50.4em){

	.single_news-content{
		margin-right: 15px;
	}
	.single_news-head{
		height: 300px;
	}
	h1.news_single-title{
		font-size: 1.5em;
		padding: 0 1em;
	}
	.news_single-info{
		bottom: 1em;
	}
	.news_single-info{
		padding: 0 2em;
    justify-content: space-between;
	}
}