/*** About Section ***/
#about-section{
	padding: 16px;
	box-sizing: border-box;
	margin-bottom: 32px;
}
#about-section .norm-width{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
}
#about-section h1{
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 8px;
}
#about-section .about-list{
	width: fit-content;
}
#about-section h3{
	font-size: 14px;
	font-weight: bolder;
}
#about-section article{
	line-height: 2;
	padding-bottom: 32px;
	padding-top: 16px;
}
