.pt-testimonials {
    overflow: hidden;
    clear: both;
}
.pt-testimonials figure {
    display: block;
    margin-right: 30px;
    float: left;
    border-radius: 50%;
    position: relative;
    width: 150px;
    overflow: hidden;
}
.pt-testimonials blockquote {
    float: right;
    width: calc(100% - 180px);
    border: none;
    padding: 25px 0 0;
    background: url(ql.png) left top no-repeat;
}
.pt-testimonials p {
    font-size: 15px;
    padding: 0 20px 0 0;
    background: url(qr.png) bottom right no-repeat;
    margin: 0 0 10px;
    line-height: 24px;
}
.pt-testimonials cite {
    display: block;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
}