.col-container {
	display: flex;
	flex-direction: row;
	position: relative;
	width: 2048px;
}

.left-col {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	width: 768px;
}

.right-col {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	width: 768px;
	left: 64px;
}

.ankh-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 768px;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
}

.ankh-text {
	font-size: 24px;
	padding-right: 12px;
	padding-left: 12px;
}

.ankh-text-bold {
	font-weight: bold;
	font-size: 24px;
}

.body {
	white-space: pre-wrap;
}

.bot-line {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	width: calc(768px + 768px);
}
