#section-about{
	width: 1100px;
	min-height: 80%;
	margin: auto;
	box-shadow: 0px 0px 8px #555;
	border-radius: 10px;
	padding: 15px;
	overflow: hidden;
}
#section-about h3{
	width: 100%;
	text-align: center;
	color: #8a3288;
	margin-top: 10%;
}
#section-about P{
	width: 500px; 
	text-align: center;
	margin:10px auto; 
	font-size: 14px;
	line-height: 25px;
	color: #878c8f;
	
}
#section-about div{
	width: 100%;
	text-align: center;
	margin-top: 10px;font-size: 18px;
	color: #96979c;
}
#section-about div pre{
	display: inline-block; 
	color: #4d5352;
	font-weight: bold;
	font-size: 16px;
	
}