.news-c .news-item {
	text-decoration: none;
	padding: 24px;
	display: block;
	background: #fff;
	margin-bottom: 24px;
	border: 3px solid #f8f8f8;
	overflow: hidden;
}
.news-c .news-item .title {
	text-decoration: underline;
}
.news-c .news-item .date {
}
.news-c .news-item:hover {
	border-color: #ce6c07;
	color: initial;
}
.news-c .news-item .img {
	float: left;
	margin-right: 24px;
	width: 100px;
}
.news-c .news-item .img img {
	max-width: 100%;
	width: initial;
	height: auto;
}
.news-c .news-item .text-c.w-img {
	padding-left: 120px;
}

@media screen and (max-width: 768px){
	.news-c .news-item .img {
		float: none;
		width: initial;
		margin-right: 0;
		text-align: center;
	}
	.news-c .news-item .text-c.w-img {
		padding-left: 0;
	}
}