.news-image {
	margin-bottom: 15px;
	height: 200px;
	border: 1px solid #C7C7C7;
	border-radius: 15px;
	overflow: hidden;
}
.item-col .news-image img {
	display: block;
	height: 100%;
}
.name-news {
	color: #000;
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.readmore {
	color: #00B9E8;
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.item-col a:hover {text-decoration: none;}