#SplitContent {
	height: auto;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
	margin: 0% 2.5%;
	border-radius: 0.5vw;
}

#TransparentSpacer {
	width: 100%;
	min-height: 5%;
}

#LeftTextContainer {
	width: 70%;
	height: auto;
	float: left;
}

#RightTextContainer {
	width: 70%;
	height: auto;
	overflow: hidden;
}
#LeftTextContent {
	text-align: left;
	line-height: 1.8;
	margin: 2%;
}
#RightTextContent {
	text-align: left;
	line-height: 1.8;
	margin: 2%;
}