.fach-news-top {
	/*
	border:1px solid #AAAAAA;
	*/
	padding:15px;
}

.fach-news-top h2 {
	display:flex;
	align-items:center;
	height:56px;
	font-size:20px !important;
	line-height:28px !important;
	margin-top:0px;
}

.fach-news-top .fach-news-block {
	margin-bottom:0px;
}

.fach-news-top .fach-news-image-block {
	display:block;
}
@media (min-width: 992px) {
	.fach-news-top .fach-news-image-block {
		display:flex;
		justify-content:center;
		align-items:center;
		overflow:hidden;
		height:250px;
	}
}

.fach-news-top .fach-news-image-block img {
	width:100%;
	border:1px solid #AAAAAA;
}
@media (min-width: 992px) {
	.fach-news-top .fach-news-image-block img {
		flex-shrink:0;
		min-width:100% !important;
		min-height:100% !important;
		border:1px solid #AAAAAA;
	}
}

.fach-news-top .fach-news-text-block {
}

.fach-news-top h4.fach-news-title {
	margin:10px 0px 0px 0px;
	font-size:18px !important;
	line-height:24px !important;
}

.fach-news-top .fach-news-date {
	font-size:14px !important;
	line-height:18px !important;
	color:#999999;
	margin-bottom:10px;
}

.fach-news-top .fach-news-description {
	font-size:18px !important;
	line-height:24px !important;
}
