.page-category {
padding-top: 30px;
}
.cat-title
{
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.news{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.news img
{
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-bottom: 1px solid #ededed;
	padding: 1px;
}
.news img:hover
{
	opacity: .8;
}
.news h4 a{
	font-size: 20px;
	color: #333;
	line-height: 25px;
}

