.news26-page {
	background-color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

.news26-hero {
	position: relative;
}

.news26-hero__content {
	position: relative;
	z-index: 1;
	max-width: 1440px;
	margin: 0 auto;
	padding: 300px 20px 0;
	text-align: center;
}

.news26-hero__content h1 {
	margin: 0;
	font-size: 90px;
	line-height: 1.1;
	color: #fff;
	font-family: 'MiSansDemibold', sans-serif;
}

.news26-hero__content p {
	margin: 18px 0 0;
	font-size: 48px;
	line-height: 1.15;
	color: #fff;
	font-family: 'MiSansDemibold', sans-serif;
}

.news26-list {
	position: relative;
	z-index: 2;
	padding: 120px 0 50px;
}

.news26-list__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

.news26-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px 24px;
}

.news26-card {
	display: block;
	color: inherit;
	text-decoration: none;
}

.news26-card__image {
	position: relative;
	aspect-ratio: 33 / 20;
	border-radius: 10px;
	overflow: hidden;
	background: #f3f3f3;
}

.news26-card__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.news26-card__body {
	padding-top: 18px;
}

.news26-card__body h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	font-family: 'MiSansDemibold', sans-serif;
}

.news26-card__body p {
	margin: 12px 0 0;
	font-size: 18px;
	line-height: 1.6;
	color: #808080;
	font-family: 'MiSansNormal', sans-serif;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.news26-card--featured {
	grid-column: span 2;
}

.news26-card--featured .news26-card__body {
	display: none;
}

.news26-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 48px 28px 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.news26-card__overlay h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.45;
	color: #fff;
	font-family: 'MiSansDemibold', sans-serif;
}

.news26-card:hover .news26-card__image img {
	transform: scale(1.04);
}

.PagesDiv a.fa-caret-left{
    display: none;
}
.PagesDiv a.fa-caret-right{
    display: none;
}
.PagesDiv a, .PagesDiv span{
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.PagesDiv a{
    border: 1px solid #ccc;
    border-radius: 50%;
}
.PagesDiv a:hover{
    background-color: #DAB866;
    border: 1px solid #DAB866;
}
.PagesDiv span{
    background-color: #DAB866;
    border: 1px solid #DAB866;
    border-radius: 50%;
}

@media screen and (max-width: 1439px) {
	.news26-hero__content {
		padding-top: 260px;
	}

	.news26-hero__content h1 {
		font-size: 72px;
	}

	.news26-hero__content p {
		font-size: 40px;
	}

}

@media screen and (max-width: 1199px) {
	.news26-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.news26-card--featured {
		grid-column: span 2;
	}

}

@media screen and (max-width: 1024px) {
	.news26-hero__content {
		padding-top: 220px;
	}

	.news26-hero__content h1 {
		font-size: 56px;
	}

	.news26-hero__content p {
		font-size: 32px;
	}

	.news26-list {
		padding: 120px 0 50px;
	}

	.news26-grid {
		gap: 28px 20px;
	}

}

@media screen and (max-width: 767px) {
	.news26-page {
		background-size: auto 620px;
	}

	.news26-hero {
		min-height: 320px;
	}

	.news26-hero__content {
		padding-top: 180px;
		padding-bottom: 0;
	}

	.news26-hero__content h1 {
		font-size: 40px;
	}

	.news26-hero__content p {
		margin-top: 12px;
		font-size: 24px;
	}

	.news26-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.news26-list {
		padding-top: 76px;
		padding-bottom: 20px;
	}

	.news26-card--featured {
		grid-column: span 1;
	}

	.news26-card--featured .news26-card__overlay {
		display: none;
	}

	.news26-card--featured .news26-card__body {
		display: block;
	}

	.news26-card--featured .news26-card__body h2,
	.news26-card--featured .news26-card__body p {
		font-size: 16px;
	}

	.news26-card__body h2,
	.news26-card__body p {
		font-size: 16px;
	}

	.news26-card__overlay {
		padding: 40px 18px 18px;
	}

	.news26-card__overlay h2 {
		font-size: 20px;
	}

}
