.testimonial-slider {
    width: 100%;
    padding: 2rem;
    margin: 2rem auto;
    background: #eee;
}

.testimonial-text p {
    font-size: 18px;
    text-align: center;
    line-height: 140%;
    color: #003f7e;
    font-style: italic;
}
.testimonial-text:before {
    color: #ddd;
    content: "\"";
    float: left;
}
/*.testimonial-text:after {
    color: #ddd;
    content: "\"";
    float: left;
}
*/
.testimonial-author {
    font-size: 14px;
    text-align: right;
}

.testimonial-position {
    font-size: 12px;
    text-align: right;
}