<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.imgNewsslider img {
	width: 100%;
	border: none !important;
	height: 358px;
	object-fit: cover;
}
.group-title-footer {
	display: none;
}
.sideItem-bg {
	padding-top: 5px !important;
	padding-bottom: 15px;
}



@media only screen and (max-width: 1990px){
	.imgNewsslider img {
		height: 532px;
	}

}
@media only screen and (max-width: 1680px){
	.imgNewsslider img {
		height: 450px;
	}
}

@media only screen and (max-width: 1600px){
	.imgNewsslider img {
		height: 408px;
	}
	.top-respon .news-row img {
		height: 119px;
		object-fit: cover;
	}
}

@media only screen and (max-width: 1200px){
	.imgNewsslider img {
		height: 340px;
	}
.top-respon	.news-row img {
		height: 98px;
	}
}




@media only screen and (max-width: 500px){
	.imgNewsslider img {
		height: 250px;
	}

}</pre></body></html>