.testimonial-single {position:relative;margin-bottom:100px}
.testimonial-single .svg-area {}
.testimonial-single svg {display: table;margin:-40px auto 50px auto;}
.testimonial-single p {font-family: 'Graphie',sans-serif;font-size:36px;color:#FFF;font-weight: 600;max-width: 640px;margin:0 auto;text-align: center;}
.testimonial-single p strong {letter-spacing: 7.2px;}

.testimonial-single.blue .svg-area {border-top:1px solid #00A1E1}
.testimonial-single.blue p strong {color:#00A1E1;}
.testimonial-single.green .svg-area {border-top:1px solid #00E96C}
.testimonial-single.green p strong {color:#00E96C;}
.testimonial-single.lightblue .svg-area {border-top:1px solid #69E0F5}
.testimonial-single.lightblue p strong {color:#69E0F5;}
.testimonial-single.orange .svg-area {border-top:1px solid #F85849}
.testimonial-single.orange p strong {color:#F85849;}

@media all and (min-width: 1px) and (max-width: 768px) {
    .testimonial-single p {font-size:24px;}
}