.latest-news {
	display: flex;
	flex-direction: column;
}

.news-header-section {
	padding-top: clamp(80px, 6.944vw, 6.944vw);
	margin-bottom: clamp(30px, 2.894vw, 2.894vw);
}

.news-header-section .title-holder .title {
	font-size: clamp(4rem, 6.366vw, 6.366vw);
	font-weight: 700;
	color: #FFC002;
	-webkit-text-stroke: #BE1F24;
	-webkit-text-stroke-width: 2px;
	text-shadow: 6px 4px #BE1F24;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.news-header-section .title-holder {
	text-align: center;
}

.news-header-section .title-holder h5 {
	color: var(--lightGrey);
	text-transform: uppercase;
	font-family: var(--atrament-font);
	font-size: clamp(1rem, 1.157vw, 1.157vw);
	letter-spacing: calc(clamp(1rem, 1.157vw, 1.157vw)* 0.04);
	font-weight: 700;
}



.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.banner-image {
	display: flex;
	width: 100%;
}

.banner-image img.mobile {
	display: none;
}


section.share-news-section {
	display: flex;
	justify-content: flex-end;
	padding: clamp(1.2rem, 2.315vw, 2.315vw) clamp(30px, 8.102vw, 8.102vw);
	gap: 0.8rem;
}

section.breadcrumbs-section {
	padding-top: clamp(100px, 6.944vw, 6.944vw);
	margin-bottom: 3rem;
}

.latest-news-page .header-section .title {
	font-size: clamp(4rem, 5.324vw, 5.324vw);
	font-weight: 700;
	color: #FFC002;
	-webkit-text-stroke: #BE1F24;
	-webkit-text-stroke-width: 2px;
	text-shadow: 6px 4px #BE1F24;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.latest-news-page section:not(.breadcrumbs-section) {
    padding-left: clamp(30px, 8.102vw, 8.102vw);
    padding-right: clamp(30px, 8.102vw, 8.102vw);
}

.latest-news-page .latest-news-holder a {
	width: calc((100% / 3) - clamp(1rem, 1.157vw, 1.157vw));
}

.latest-news-page .latest-news-section {
	padding-bottom: clamp(60px, 4.63vw, 4.63vw);
}

.latest-news-page .latest-news-holder a .title {
    font-size: clamp(1.3rem, 1.852vw, 1.852vw);
    font-family: var(--atrament-font);
    color: var(--grey);
    line-height: 1;
    margin: 0;
}

.latest-news-page .latest-news-holder a .date {
    font-size: clamp(14px, 0.81vw, 0.81vw);
    margin-bottom: 0.6rem !important;
    font-family: var(--montserrat-font);
    line-height: 1;
}

.latest-news-page .latest-news-section {
    padding-top: clamp(3rem, 3.472vw, 3.472vw);
}

.latest-news-section .button-tab {
    display: flex;
    margin-bottom: 2rem;
    gap: 1rem;
}

.news-page .content-section {
	padding-left: clamp(30px, 15.336vw, 15.336vw);
	padding-right: clamp(30px, 15.336vw, 15.336vw);
}

@media(max-width: 969px) {
	.latest-news-holder a {
		width: calc((100% / 2) - (clamp(1rem, 1.157vw, 1.157vw) / 2)) !important;
	}
}

@media(max-width: 767px) {
	.banner-image img.desktop {
		display: none;
	}

	.banner-image img.mobile {
		display: flex;
	}
	
	.latest-news-holder a {
		width: 100% !important;
	}
	
	.whats-happening-section .title, .more-news-section .title {
		font-size: 1.8rem;
	}
}


@media(max-width: 565px) {	
	.news-page .content-section {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.latest-news-page .header-section .title {
		font-size: 50px;
		text-shadow: 3px 2px #BE1F24;
	}
}