/* CSS Document */
.news-section .container-fluid {
	display: block;
}
.news-section .container-fluid .col-lg-4 {
	--bs-gutter-x: 10px;
}
.news-section .news-grid {
	row-gap: 10px;
}
.news-section .item {
	height: 264px;
}
.news-page .h1-style {
	color: #242424;
	margin: 0 0 0;
}
.news-page .h1-style + p {
	color: #C0C0C0;
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nav-block div a {
	text-decoration: none;
    display: block;
    padding: 4% 0 4% 40px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-block div.next a {
    padding: 4% 40px 4% 0;
	text-align: right;
}
.nav-block i {
	position: absolute;
	left: 10px;
	top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.nav-block div.next i {
	right: 10px;
	left: unset;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}