.h_news { display: flex; align-items: center; height: 124px; }
.h_news_item { position: relative; width: 320px; font-size: 12px; color: #000; padding-right: 30px; display: flex; align-items: center; height: 100%; }
.h_news_item:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #D8D8D8;
	left: -21px;
	top: 0;
}
.h_news_item:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #D8D8D8;
	right: 20px;
	top: 0;
}
.h_news_item img { width: 60px; height: 60px; border-radius: 50%; margin-right: 17px; object-fit: cover; }
.h_news_item a { color: #000; font-size: 12px; }
@media(max-width: 1000px){
	.h_news{
		display: none; 
	}
	.title-site.hidden-xs{
		width: 75% !important;
	}
}