.document {
	width: 93.75%;
	height: 100%;
	margin: 0 auto;
	color: #666666;
	line-height: 1.8rem;
	padding: 3.125% 0;
}
.document p {
	font-size: 1rem;
    color: #666666 !important;
}
.document p span{
    color: #666666 !important;
}
.document p:nth-child(1) {
	text-align: center;
}