<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contentBox {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contentBox .leftBox {
	width: 20%;
	position: relative;
	z-index: 1;
}
.contentBox .rightBox {
	width: 80%;
	padding-left: 80px;
}
@media (max-width: 1023px) {
	.contentBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contentBox .leftBox {
		width: 100%;
	}
	.contentBox .rightBox {
		width: 100%;
		padding-left: 0;
	}
}
/*# sourceMappingURL=about.css.map */</pre></body></html>