

.customer-banner h1 {
	font-size: 48px;
	line-height: 1.4em;
}
.customer-facts-box .facts-num {
	font-size: 46px;
	line-height: 1.2em;
}
.cus-story, .cus-story p, .cus-story ul li, .cus-story ol li {
	font-size: 16px;
	line-height: 1.8em;
}
.cus-story blockquote {
	font-size: 20px;
	line-height: 1.6em;
}
@media screen and (max-width: 767px) {
	.customer-banner h1 {
		font-size: 36px;
	}
	.customer-facts-box .facts-num {
		font-size: 32px;
	}
	.cus-story, .cus-story p, .cus-story ul li, .cus-story ol li {
		font-size: 14px;
	}
		.cus-story blockquote {
		font-size: 18px;
	}
}