@font-face {
    font-family: 'Coustard';
    src: url('./fonts/Coustard/coustard-black-webfont.woff2') format('woff2'),
         url('./fonts/Coustard/coustard-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Coustard';
    src: url('./fonts/Coustard/coustard-regular-webfont.woff2') format('woff2'),
         url('./fonts/Coustard/coustard-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial { 
	display: block; 
}
.ccm-block-testimonial-image {
	width:100%;
	text-align: right;
	margin-bottom:1.4em;
}
.ccm-page .ccm-block-testimonial-image img {
	max-width:200px;
}
.ccm-block-testimonial-quote {
	text-align: right;
	position:relative;
}

.ccm-page .ccm-block-testimonial-paragraph {
	font-family: "Coustard", serif;
	font-weight: normal;
	line-height: 125%;
}
.ccm-page .ccm-block-testimonial-paragraph h3 {
	font-family: "Coustard", serif;
	font-style: italic;
	letter-spacing: .02em;
	line-height: 125%;
	position: relative;
}
.ccm-block-testimonial-paragraph::before {
	font-family: "Coustard", serif;
	font-weight: 800;
	content: "\"";
	top: 42px;
	right:-20px;
	font-size: 150px;
	color:#fceebb;
	color:rgba(255,255,255,.4	);
	position: absolute;
}
.ccm-block-testimonial-name {
	

	font-weight: bold;
}
.ccm-block-testimonial-position {
	font-size: .75rem;
}



