* {
	margin: 0;
	padding: 0;
}

#box {
	padding: 15px;
}

#box>h3 {
	text-align: center;
	margin-bottom: 5%;
}

#box>p {
	font-size: 14px;
	line-height: 30px;
}

#box>p.indent {
	text-indent: 32px;
}

#box>div.title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	padding: 5% 0;
}

#box>div.subTitle {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	margin-top: 5%;
}

#box>div.subTitle>img {
	width: 30px;
}

#box>p.crossTitle {
	font-weight: 700;
	margin-top: 5%;
}

#box>p.footer {
	text-align: right;
	margin-top: 5%;
}