<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsBlock {
	padding-left: 15px;
	padding-right: 15px;
	color: #474747;
}
/*
@media (max-width:990px){
	.newsBlock {
		padding-left: 25px;
		padding-right: 25px;
	}
}
*/

.newsBlock a {
	color: #474747;
	display: block;
	height: 100%;
	width: 100%;
}

.newsBlock a:hover {
	/*color: #b6b6b6;*/
}

.newsBlock .col-md-3, .newsBlock .col-md-6, .newsBlock .col-md-4 {
	padding: 0px;
	border-right: 15px solid #fff;
	margin-top: 15px;
}
.newsBlock .col-md-3:last-child, .newsBlock .col-md-6:last-child, .newsBlock .col-md-4:last-child {
	border-right: 0px;
}

@media (max-width:990px){
	.newsBlock .col-md-3, .newsBlock .col-md-6, .newsBlock .col-md-4 {
		border-right: 0px;
	}
}

.newsBlock .newsItem {
	height: 293px;
	background: #f4f4f4;
	margin-bottom: 15px;
}

.newsBlock .newsItem .background {
	height: 293px;
	width: 100%;
	position: absolute;
	z-index: -1;
	background-size: cover !important;
}

@media (max-width:990px){
	.newsBlock .newsItem {
		height: auto;
		min-height: 220px;
		padding-bottom: 15px;
	}

	.newsBlock .newsItem .background {
		height: auto;
		min-height: 220px;
	}
}


.newsBlock .newsItem:hover {
	background: rgba(255,255,255,0.6);
	/*color: #b6b6b6;*/
}

.newsBlock .newsItem:hover a {
	/*color: #b6b6b6;*/
	text-decoration:none;
}


.newsBlock .title, .newsBlock .desc, .newsBlock .info {
	font-family: "Brown Regular";
	padding-left: 30px;
	padding-right: 30px;
	display: block;
}

.newsBlock .title {
	font-size: 24px;
	line-height: 28px;
	padding-top: 27px;
	letter-spacing: 1px;
	margin-bottom: 5%;
	
}
@media (min-width:768px) and (max-width:1200px){
	.newsBlock .title {
		font-size: 28px;
		line-height: 27px;
	}
}	
.newsBlock .desc {
	top: 169px;
	font-size: 11px;
	line-height: 14px;
	letter-spacing:0.5px;
}
.newsBlock .info {
	top: 235px;	
	font-size: 11px;
	line-height: 15px;
	letter-spacing:0.5px;
}
@media (min-width:768px) and (max-width:980px){
	.newsBlock .desc {
		top: 149px;
	}
	.newsBlock .info {
		top: 215px;	
	}
}
</pre></body></html>