body {
	background-color: #fff;
}

.box {
	width: 94%;
	margin-left: 3%;
}

.title {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	padding: 10px 0;
}

.box p {
	width: 94%;
	margin: auto;
	font-size: 14px;
	line-height: 20px;
}

.box2 {
	height: 20px;
}