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;
}

.benefits.mb-0 {
	margin-bottom: 0 !important;
}

/* .news_slider .news_slider__bg {height:auto;} */
.news_slider .news_slider__bg img {
	border-radius: 5px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.ml-newslist-date {
	display: inline-block;
	padding: 3px 5px;
	color: #272625;
	font-size: 14px;
}

.ml-newslist-date{
	display: flex ;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}
.ml-newslist-date img
{
	width: 16px;
	height: 16px;
	margin-right: 7px;
	float: left;
}
.ml-newslist-block-image img {
	border:1px solid #ffffff;
	border-radius:10px;
}