@charset "UTF-8";
.customer-wrap {
    max-width: 900px;
    margin: 5rem auto;
	padding: 5rem;
}
h1 > span {
    white-space: nowrap;
	margin-right: 10px;
}
.customer-wrap > h1, h2, h3 {
	color: #2c3e50;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
}
.customer-wrap > h1 {
	font-size: 2em;
	text-align: center;
	border-bottom: 2px solid #3498db;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.customer-wrap > h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.customer-wrap > h3 {
	font-size: 1.3em;
}
.customer-wrap > p {
	margin-bottom: 1em;
}
.customer-wrap > ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 1em;
}
.customer-wrap > ul ul {
	list-style-type: circle!important;
	margin-left: 20px;
}
.customer-wrap > ul li {
	list-style-type: disc!important;
}
.customer-wrap > ul ul li {
	list-style-type: circle!important;
}
.header-title {
	text-align: center;
	margin-bottom: 30px;
}