.media .flex-container {
	gap: 85px;
	row-gap: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top;
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
}

.media .flex-container .half:first-of-type {
	width: 50%;
}

.media .flex-container .half:last-of-type {
	width: calc(50% - 85px);
	border-left: 1px solid #000;
}

.media .container + .container .flex-container,
.media .container + .container .flex-container .half {
	border: none !important;
}

.media .container + .container {
	margin-top: 60px;
}

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

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

.media .flex-container .full {
	width: 100%;
	border-bottom: 1px solid #000;
}


.media .flex-container .half .in {
	padding: 24px 24px 24px 24px; 
}

.media .flex-container .half .in img {
	width: 100%;
	height: auto;
}

.module2 .flex-container .half .in {
	padding: 0;
}

.media .flex-container .half .in .files {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

.media .flex-container .half .in .files li {

}

.media .flex-container .half .in .files li a {
	transition: 300ms;
}

.media .flex-container .half .in .files li a span:first-of-type {
	color: #000;
	width: 70%;
	leading-trim: both;

	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 97%; /* 24.25px */
	text-transform: uppercase;
	transition: 300ms;
}

.media .flex-container .half .in .files li a span:last-of-type {
	color: #000;

	leading-trim: both;

	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 103%;
	transition: 300ms;
}

.media .flex-container .half .in .files li a div {
	position: relative;
	width: 63px;
	height: 63px;
	overflow: hidden;
}

.media .flex-container .half .in .files li a div svg:first-of-type {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

.media .flex-container .half .in .files li a div svg:last-of-type {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

@media only screen and (min-width: 1066px) {
	.media .flex-container .half .in .files li a:hover {
		border-bottom: 1px solid #000;
		background: #000;
	}

	.media .flex-container .half .in .files li a:hover span {
		color: #fff;
	}

	.media .flex-container .half .in .files li a:hover div svg:first-of-type {
		top: 0;
	}

	.media .flex-container .half .in .files li a:hover div svg:last-of-type {
		top: 100%;
	}

	.media .flex-container .half .in .files li a div svg path {
		transition: 300ms;
	}

	.media .flex-container .half .in .files li a:hover div svg path {
		fill: #DEFC52;
	}
}

.media .flex-container .half .in .files li a {
	padding: 34px 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
}

.module2 .flex-container {
	gap: 115px;
}

.module2 .flex-container .half:first-of-type {
	width: 40%;
}

.module2 .flex-container .half:last-of-type {
	width: calc(60% - 115px);
}

@media only screen and (max-width: 996px) {
	.media .container:not(.module2) .flex-container .half:last-of-type {
		display: none;
	}

	.media .flex-container .half p {
		font-size: 15px;
	}

	.media .flex-container h2 {
		font-size: 50px;
		margin-bottom: 40px;
	}

	.media .flex-container .half .in .files li a {
		padding: 20px 0;
	}

	.media .container:not(.module2) .flex-container  {
		padding-bottom:40px;
	}

	.container .flex-container {
		flex-wrap: wrap;
	}

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

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

	.module2 .flex-container {
		gap: 0;
	}

	.media .flex-container .half .in .files li a span:first-of-type {
		color: #000;
		width: 60%;
		leading-trim: both;

		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 97%; /* 19.4px */
		text-transform: uppercase;
	}

	.media .flex-container .half .in .files li a span:last-of-type {
		color: #000;
		leading-trim: both;
		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 103%; /* 15.45px */
	}

	.media .flex-container .half .in .files li a div {
		width: 45px;
		height: 45px;
	}
}