.home #content{
	padding: 0;
}
#home h2{
	border-bottom: 4px solid #DA3B00;
	display: inline-block;
	margin-bottom: 28px;
}
#home .customer-testimonial{
	background-color: #F0F0F0;
}
#home .customer-testimonial .quote{
	padding: 90px;
	background: url("/wordpress/wp-content/uploads/2016/06/quote.png") no-repeat 60px 180px;
}
#home .customer-testimonial .quote p{
	margin-bottom: 40px;
	font-size: 19px;
}
#home .trial-form .contactform{
	padding: 90px 0;
}
#home .trial-form .contactform label{
	font-weight: 200;
}
#home .trial-form .contactform .btn-primary {
    color: #fff;
    background-color: #DA3B00;
    border-color: #DA3B00;
    border-width: 2px;
    font-size: 13.5px;
    text-decoration: none;
    padding: 12px 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

@media screen and (min-width: 37.5em){
	#home .customer-testimonial .quote{
		background: url("/wordpress/wp-content/uploads/2016/06/quote.png") no-repeat 60px 150px;
	}
}
