/*TESTIMONIALS*/
.testimonials-container-out { padding: 2rem 4rem; position: relative;}
testimonials-container-content {margin-left: 2rem; margin-right: 4rem;}
.testimonials-container { margin: auto; max-width: 50%; background: #fff; padding: 2rem 4rem;   max-width: 90rem; margin: 0 auto;  
-webkit-box-shadow:: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
}
.testimonial-body {}
.tesimonial-body p {font-size: 0.8rem; font-family: 'Century Gothic Paneuropean', sans-serif; font-style: italic;}
.testimonial-full-name { font-size: 1rem; text-align: right;}
.testimonial-title { font-size: 1rem}
.testimonial-body {quotes: "“" "”"; margin: 2rem 5rem;}
.testimonial-body::before { content: open-quote; font-size: 4rem; position: absolute; left: 2px; line-height: 1; overflow: visible; top: 2rem; color: var(--primary);}
.testimonial-body::after { content: close-quote; font-size: 4rem; position: absolute; right: 2px; line-height: 1; overflow: visible; bottom: 2rem; color: var(--primary);}
.h2.testimonials-main-title,
.testimonials-container-content fieldset.h2 {margin: auto; text-align: center;}

.testimonial-content blockquote {  color: #627271; display: table; border-left: unset; }
.testimonial-content blockquote p { font-weight: 100; font-size: 0.9rem; max-width: 100%; line-height: 1.4; position: relative; margin: 0; padding: 0.5rem; color: #627271;}
.testimonials-per-info { display: flex; flex-direction: column; align-items: flex-end; }

.paragraph--type--testimonial-content {padding: 0rem 2rem;}
.slick-arrow::before { color: #C6D7C7!important; }

/* Small only */
@media screen and (max-width:39.9375em) {
}
@media screen and (min-width:40em) {
}

/* Large and up */
@media screen and (min-width:64em) {
	.testimonials-container-out { width: 75%;}

}