.news_full {
	margin-bottom: 2rem;
	
}
.news_full_img {
	margin-bottom: 2rem;
	
}
.news_full__content {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: var(--grid__gutter);
}
.news_full_hl {
	margin-bottom: 1rem;
	font-size: var(--xxl);
}
.news_full_meta {
	margin-bottom: 1rem;
	
}
.news_full_categories {
	margin-bottom: 1rem;
	display: none;
}
.news_full_categories ul {
	
}
.news_full_categories ul li {
	margin-bottom: 0.3rem;
	
}
@media screen and (min-width: 768px){
	.news_full {
		margin-bottom: 4rem;
		
	}
	.news_full_img {
		margin-bottom: 3rem;
		
	}
	.news_full__content {
		grid-template-columns: 1fr 1fr;
		
	}
	.news_full_hl {
		
	}
	.news_full_meta {
		margin-bottom: 2rem;
		
	}
	
}
@media screen and (min-width: 992px){
	.news_full {
		margin-bottom: 4rem;
		
	}
	.news_full_img {
		margin-bottom: 3rem;
		
	}
	.news_full__content {
		grid-template-columns: 1fr 1fr 1fr;
		
	}
	.news_full_hl {
		
	}
	.news_full_meta {
		margin-bottom: 2rem;
		
	}
	
}
