body {
	background-color: #ffffff;
}
header {
	position: fixed;
}
.news-cat {
	color: #000000;
	max-width: 1190px;
	padding: 0;
	margin-top: 65px;
}
.news-cat .title {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	padding: 40px 0 35px;
	letter-spacing: -0.8;
}

.news-list {
	margin-left: -10px;
	margin-right: -10px;
}
.single-news {
	padding: 0 10px; 
	margin-bottom: 80px;
	max-width: 305px;
	
}
.single-news a:hover {
	text-decoration: none;
}
.single-news .thumb {
	height: 192px;
	
}
.single-news .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-news .date {
	margin: 12px 0 15px;
}
.single-news .date span{
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	color: #333a3f;
	background-color: #fbd000;
	padding: 4px;
}
.single-news .name {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 12px;
}
.single-news .sub-name {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	color: #585858;
}


.pagination {
    justify-content: center;
    background-color: #dfe2eb;
    border-radius: 0;
}
.pagination .nav-links .current {
    background-color: #fbd000;
}
.pagination .nav-links .page-numbers {
    width: 43px;
    height: 43px;
    display: inline-flex;
    justify-content: center;
    color: #000000;
    font-size: 20px;
    vertical-align: middle;
    line-height: 43px;
}
.pagination .nav-links .prev,
 .pagination .nav-links .next {
    background-color: #333a3f;
    font-size: 26px;
    line-height: 40px;
    color: #ffffff;
}
.pagination a:hover {
	text-decoration: none;
}



















@media (max-width: 1200px) {
	.news-cat {
		padding: 0 20px;
	}
	.single-news {
		max-width: 100%;
		margin-bottom: 50px;
	}
}