.section2{
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

.section2-top-blank{
	width: 100%;
	height: 40px;
}

.section2-cont{
	width: 90%;
	height: 100%;
	margin-left: 5%;
	background-color: white;
	border-radius: 5px;
}

.section2-cont h2{
	color: #626261;
	font-size: 18px;
	font-weight: 400;
	margin-left: 1%;
}

.section2-cont h1{
	margin-left: 1%;
}

.section2-cont p{
	margin-top: 2%;
	margin-left: 1%;
	width: 98%;
}

.section2-cont p span{
	font-size: 18px;
	font-weight: 600;
}

.section2-cont ul li{
	width: 90%;
	margin-left: 5%;
	line-height: 40px;
	font-size: 17px;
}
.section2-cont ul li::marker {
  color: #f5a934;
}
.section2-end-blank{
	width: 100%;
	height: 60px;
}

.section2-out-blank{
	width: 100%;
	height: 100px;
}