div.news-list-news
{
	word-wrap: normal !important;
	display:grid;
	padding-left: 11%;
	padding-right: 11%;
	text-align: center;
	grid-template-columns: 50% 50%;
}
div.news-list-news img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.news-item{
	/*width: calc(43.6558% - ( 0.73344155844156 * 30px ) );*/
	margin: 1.7%;
}
.news-item img{
	max-width: 100%;
height: auto;
}
.section-title{
	width:100%;
	text-align:center;
	font-size: 24px;
	padding-left: 15px;
}
.news-item-description b{
    line-height: 20px;
	font-size: 1.41575em;
	color: #333333;
	font-weight: 600;
}
