.testimonial-container { 
    max-width:626px;
}
.testimonial-container figure {
    width: 95%;
    margin: 2.5%;
    color: #fff;
    font-size: 1.5em;
}
.testimonial-container blockquote.qoute {
    position: relative;
    margin: 0.5em;
    padding: 2.5em 1em 2.5em 2em;
    line-height: 26px;
    border-left:none;
}
.testimonial-container blockquote.qoute:before {
    font-family: serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
    padding-left: 8px;
    padding-top: 6px;
}
.testimonial-container blockquote.qoute:after {
    font-family: serif;
    position: absolute;
    float: right;
    font-size: 6em;
    line-height: 1;
    right: 0;
    bottom: -0.5em;
    content: "\201D";
    padding-right: 8px;
    padding-bottom: 14px;
}
.testimonial-container blockquote p {
    font-weight: 600;
    text-indent: 15%;
}
.testimonial-container .quoteAuthor {
    position: absolute;
    bottom: 12px;
    font-family: 'apolline';
}
