.news-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.news-item {

}

.news-item .item-news-name {
	margin-top: 30px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	display: table;
}

.news-item .item-news-name:hover {
	color: rgb(13, 73, 205);
}

.item-news-img {
	background-size: cover !important;
	width: 100%;
	height: 200px;
	display: table;
}