.news .flex-container {
	gap: 30px;
	justify-content: space-between;
	align-items: top;
	margin-bottom: 100px;
	flex-wrap: wrap;
}

.news .flex-container .full {
	width: 100%;
}

.news .flex-container .half.sidebar {
	width: 435px;
}

.news .flex-container .half.news {
	width: calc(100% - 465px);
}

.news .flex-container .full h2 {
	color: #000;
	font-family: "Space Grotesk";
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 97%; /* 77.6px */
	margin: 0 auto 55px 0;
	max-width: 670px;
}

.news .flex-container .half p {
	color: #000;
	margin: 0 auto;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; 
}

.news .flex-container .half p.subtitle {
	color: #000;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 97%; /* 14.55px */
	text-transform: uppercase;
	margin: 50px auto 25px auto;
}

.news .flex-container .half ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	gap: 15px;
}

.news .flex-container .half ul li a {
	display: block;
	padding: 12px 20px;
	border-radius: 1px;
	border: 1px solid #000;
	color: #000;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 97%; /* 14.55px */
	text-transform: uppercase;
	transition: 300ms;
}

.news .flex-container .half ul li a.active,
.news .flex-container .half ul li a:hover {
	background: #000;
	color: #DEFC52;
}

.news .flex-container .half.news .posts {
	display: flex;
	gap: 25px;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news .flex-container .half.news .posts a {
	position: relative;
	width: calc(50% - 12.5px);
	padding: 24px;
}

.news .flex-container .half.news .posts a p.header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	z-index: 9;
}

.news .flex-container .half.news .posts a p.header span:first-of-type {
	position: relative;
	color: #6FCFA3;

	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 111%; /* 16.65px */
	text-transform: uppercase;
	transition: 300ms;
	z-index: 9;
}

.news .flex-container .half.news .posts a p.header span:last-of-type {
	position: relative;
	color: #000;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 111%; /* 16.65px */
	text-transform: uppercase;
	transition: 300ms;
	z-index: 9;
}

.news .flex-container .half.news .posts a img {
	position: relative;
	width: 100%;
	height: 380px;
	border-radius: 3px;
	object-fit: cover;
	z-index: 9;
}

.news .flex-container .half.news .posts a h3 {
	color: #000;
	margin: 30px auto 0 auto;
	leading-trim: both;
	z-index: 9;
	position: relative;
	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 97%;
	transition: 300ms;
}

.news .flex-container .half.news .posts a svg:not(.border) {
	position: relative;
	margin-top: 44px;
	width: 59px;
	height: 59px;
	z-index: 9;
}

.news .flex-container .half.news .posts a svg:not(.border) path {
	transition: 300ms;
}

.news .flex-container .half.news .posts a svg.border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

.news .flex-container .half.news .posts a svg.border path {
	transition: 300ms;
}

@media only screen and (min-width: 1066px) {
	.news .flex-container .half.news .posts a:hover svg.border path {
		fill: #000;
	}

	.news .flex-container .half.news .posts a:hover svg:not(.border) path {
		fill: #DEFC52;
	}

	.news .flex-container .half.news .posts a:hover h3,
	.news .flex-container .half.news .posts a:hover p.header span:last-of-type {
		color: #fff;
	}
}

.news .flex-container .half.news .posts a p.cat {
	display: none;
}

#loader {
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
}

#loader img {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 130px;
}

@media only screen and (max-width: 996px) {
	.news .flex-container {
		flex-wrap: wrap;
		gap: 40px;
	}

	.news .flex-container .half {
		width: 100% !important;
	}

	.news .flex-container .full h2 {
		color: #000;
		margin-bottom:0;
		font-family: "Space Grotesk";
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 97%;
	}

	.news .flex-container .half p.desc {
		color: #000;

		font-family: "Space Grotesk";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		max-width: 350px;
		margin: 0 auto 0 0;
		line-height: 133%;
	}

	.news .flex-container {
		margin-bottom: 40px;
	}

	.module {
		margin-bottom: 20px;
	}

	.news .flex-container .half ul {
		padding-bottom: 40px;
    	border-bottom: 1px solid #000;
	}

	.news .flex-container .half.news .posts a {
		width: 100%;
	}

	.news .flex-container .half.news .posts a img {
		height: 242px;
	}

	.news .flex-container .half.news .posts a svg:not(.border) {
		width: 35px;
	    height: 35px;
	    position: absolute;
	    right: 25px;
        bottom: 100px;
    	margin-top: 0;
    	z-index: 9;
	}

	.news .flex-container .half.news .posts a h3 {
		margin-bottom: 40px;
		margin-top: 0;
	}

	.news .flex-container .half.news .posts a p.cat {
		position: relative;
		display: block;
		color: #6FCFA3;
		margin: 14px 0;
		font-family: "Space Grotesk";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 111%; /* 16.65px */
		text-transform: uppercase;
    	z-index: 9;
	}
}