.testimonial {
	background: #E95214;
}

.testimonial-image img {
    width: 100%;
}

.testimonial .wrap {
	padding: 60px 0;
}
	
.testimonial .first {
	position: relative;
	text-align: center;
}

.testimonial .first:before {
/*	content: '';
	position: absolute; 
	left: -25%;
	top: 0;
	bottom: 0;
	width: 100%;
	background-image: url('../images/testimonial-pattern.svg');
	background-repeat: no-repeat;    
	background-size: cover;        
	z-index: 9; */
}
	
.testimonial blockquote::before {
	color: #fff;
}

.testimonial blockquote::after {
	color: #fff;
	top: 0 !important;
	bottom: 0;
}

.testimonial .testimonial p {
	color: #fff;
	font-weight: bold;
}

.testimonial cite {
	color: #fff;
}

.testimonial .department {
	color: #fff;
	display: block;
}

.testimonial blockquote p {
    color: #fff;
    font-size: 22px;
}

.testimonial footer {
    background: none;
    padding:0;
    margin-top: 50px;
    font-size: 20px;
    font-style:normal;
    
}

.testimonial cite {
    text-indent: 0;
    margin: 0;
}

.testimonial .department {
    margin: 0;
    font-style: normal;
}

.testimonial-image-outer {
    width: 270px;
    height: 270px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.testimonial-image {
    width: 270px;
    height: 270px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.testimonial-image-outer:before {
	content:"";
	background-image: url('../images/testimonial-pattern.svg');
	width: 770px;
	height: 770px;
	position: absolute;
	z-index: 1;
	border-radius: 100%;
	top: -250px;
	left: -250px;
}

 @media only screen and (max-width: 600px) {

.testimonial .two-thirds {
    margin-top: 40px;
}

}