div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.counters-colums{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.counters-col-1{
	width: 540px;
}
.counters-col-2{
	display: flex;
	justify-content: center;
}
.counters-colums .count{
	font-size: 40px;
	color: #D62A32;
	font-weight: 400;
	margin-top: 15px;
}

@media screen and (max-width: 1199px){
	.counters-col-1{
		width: 525px;
	}
}
@media screen and (max-width: 991px){
	.counters-colums{
		flex-direction: column;
	}
	.counters-col-1{
		width: 100%;
	}
	.counters-col-2{
		justify-content: space-between;
	}
}
@media screen and (max-width: 767px){
	.counters-colums .count{
		font-size: 32px;
	}
}
@media screen and (max-width: 540px){
	.counters-col-2{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.counters-col-2 .p-3{
		width: 50%;
		text-align: center;
	}
}