.testimonial {
    position: relative;
    /*overflow: hidden;*/
    min-width: 220px;
    max-width: 350px;
    width: 100%;
    color: #333;
    margin: 0 auto;
    text-align: left;
}

.testimonial img {
    max-width: 100%;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 30px 0 0 10px;
    border: 2px solid #ffffff;
}
.testimonial blockquote {
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    padding: 25px 50px 30px 50px;
    font-size: 18px;
    font-style: italic;
    color: #000000;
    line-height: 1.3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    margin: 10px;
}
.testimonial blockquote:before,
.testimonial blockquote:after {
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.7;
    font-style: normal;
    line-height: 0;
    color: #347f71;
}
.testimonial blockquote:before {
    top: 35px;
    left: 20px;
}
.testimonial blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 10px;
}
.testimonial .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    margin: 0;
    position: absolute;
}
.testimonial .author {
    position: absolute;
    bottom: 25px;
    padding: 0 0 0 70px;
    margin: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
}

.testimonial .author span {
    text-transform: none;
    display: block;
    line-height: 1.2;
    font-size: 14px;
}
.testimonial .author span + span {
    margin-top: 3px;
}
