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

.old_editions .flex-container .half:first-of-type {
	width: 435px;
}

.old_editions .flex-container .half:last-of-type {
	width: calc(100% - 567px);
}

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

.old_editions .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%; 
}

.old_editions .flex-container .half .in {
	margin-top: -60px;
	height: 620px;
	overflow-y: auto;
    scrollbar-width: none; 
    -ms-overflow-style: none;  
}

.old_editions .flex-container .half .in::-webkit-scrollbar {
    display: none;
}

.old_editions .flex-container .half .in .item {
	border-bottom: 1px solid #000;
	display: block
}

.old_editions .flex-container .half .in .item span.title {
	color: #000;
	display: flex;
	leading-trim: both;
	justify-content: space-between;
	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 200px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	margin: 44px auto 0 auto;
	align-items: end;
}

.old_editions .flex-container .half .in .item span.desc {
	display: block;
	color: #000;
	margin: 0 auto 24px auto;
	leading-trim: both;
	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.old_editions .flex-container .half .in .item span.desc span {
	color: #757575;
	margin-left: 13px;
	leading-trim: both;

	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; 
}

.old_editions .flex-container .half .in .item span.title div {
	position: relative;
	width: 103px;
	height: 103px;
	overflow: hidden;
	margin-bottom: 15px;
}

.old_editions .flex-container .half .in .item span.title svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 500ms;
}

.old_editions .flex-container .half .in .item span.title svg:nth-child(2) {
	top: 100%;
	left: -100%;
	transition: 500ms;
}

@media only screen and (min-width: 1066px) {
		.old_editions .flex-container .half .in .item:hover span.title svg:nth-child(1) {
			top: -100%;
			left: 100%;
		}

		.old_editions .flex-container .half .in .item:hover span.title svg:nth-child(2) {
			top: 0;
			left: 0;
		}
}

@media only screen and (max-width: 1200px) {
	.old_editions .flex-container .half .in .item span.title {
		font-size: 150px;
	}
}

@media only screen and (max-width: 1080px) {
	.old_editions .flex-container .half .in .item span.title {
		font-size: 120px;
	}

	.old_editions .flex-container .half .in .item span.title div {
		width: 70px;
		height: 70px;
	}
}

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

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

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

	.old_editions .flex-container .half p {
		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%;
	}

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

	.module {
		margin-bottom: 20px;
	}

	.old_editions .flex-container .half .in .item span.title {
		color: #000;
		leading-trim: both;
		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 90px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 119.7px */
	}

	.old_editions .flex-container .half .in .item span.desc {
		color: #757575;
		leading-trim: both;
		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 133%; /* 19.95px */
	}

	.old_editions .flex-container .half .in .item span.title div {
		width: 60px;
		height: 66px;
		margin-bottom: 10px;
	}

	.old_editions .flex-container .half .in {
		height: 460px;
	}
}