/*USP Section*/
section.usp {
	padding: 0;
}
section.usp .usp-card {
	padding: 50px 0;
}
section.usp .usp-card i {
	font-size: 25px;
}
section.usp .usp-card .usp-content {
	margin-top: 10px;
}
section.usp .usp-card .usp-content strong {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
section.usp .usp-card .usp-content p {
	margin: 0;
}

/*Featured Section*/
section.featured {
	background: #333;
	padding-bottom: 110px;
}

/*Banner Section*/
section.banner {
	padding: 0;
	background: none;
	overflow: visible;
}
section.banner .banner-content {
	max-width: 1105px;
	margin: 0 auto;
	margin-top: -80px;
	text-align: center;

	padding: 30px 20px;
	border-radius: 8px;

	background: #F9BF3B;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}
section.banner .banner-content h1 {
	margin: 0;

	font-size: 30px;
	text-transform: uppercase;
}
section.banner .banner-content p {
	font-size: 20px;
	max-width: 800px;
	margin: 0 auto;
}
section.banner .banner-content hr {
	height: 1px;
	border-radius: 100px;
	background: #FFF;
	max-width: 150px;
	margin: 20px auto;
}

/*Customer Section*/
section.customer-reviews {
	padding-top: 30px;
}
section.customer-reviews .review-card {
	padding: 15px;
	background: #FFF;
	border-radius: 4px;
	margin: 15px 0;
}
section.customer-reviews .review-card > * {
	display: block;
	color: #333;
}
section.customer-reviews .review-card > .avatar {
	max-width: 50px;
	max-height: 50px;
	overflow: hidden;
	border-radius: 100%;
}