.header-content-wrap {
	background: rgba(224, 224, 209, 0.5);
}
.intro {
	text-align: center;
	color: #000000;
	margin-top: 25%;
	line-height: 50px;
	z-index: 0;
	text-transform: uppercase;
	font-size: 40px;
	float:none;
}
.intro-text{
	text-align: center;
	color: #000000;
	line-height: 50px;
	z-index: 0;
	text-transform: uppercase;
	font-size: 40px;
	float:none;
}
.testimonial {
	background: #668066;
	padding-bottom: 90px;
}
.our-team .row > div:nth-child(4n+1) .red-border-bottom:before{
    background: #CCCC7A;
}
.our-team .row > div:nth-child(4n+2) .red-border-bottom:before{
    background: #e96656;
}
.our-team .row > div:nth-child(4n+3) .red-border-bottom:before{
    background: #668066;
}