section.testimonial{
	padding:0 5%;
	margin:45px 0;
}

section.testimonial .max-width{
	max-width:960px;
}

section.testimonial .testimonial-wrapper{
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
}

section.testimonial .testimonial-name p{
	display:inline-block;
	position:relative;
	text-transform:uppercase;
	padding:0 5px;
}

section.testimonial .testimonial-text p{
	font-family:var(--title-font);
	font-size: 1.75em;
	color: var(--dark-brown-color);
	margin:0;
}

section.testimonial .testimonial-name p:before{
	content:'~';
	position:absolute;
	top:50%;
	left:0;
	transform:translate(-100%, -50%);
	font-family: var(--title-font);
	font-size: 2em;
	
}
section.testimonial .testimonial-name p:after{
	content:'~';
	position:absolute;
	top:50%;
	right:0;
	transform:translate(100%, -50%);
	font-family: var(--title-font);
	font-size: 2em;
	
}