.testimonial {
    margin-top: 20px;
    padding-right: 20px;
}

.testimonial:first-child {
    margin-top: 0;
}

.testimonial blockquote {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0 0 0 60px;
    font-size: 1.25em;
    border: none;
}

.testimonial blockquote .marks {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px;
    line-height: 0.8em;
    color: #A0A0FF;
}

.testimonial blockquote p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 1.25em;
}

.testimonial .testimonial-author {
    padding: 0 0 0 60px;
    font-style: italic;
    text-align: right;
    margin-top: 10px;
    color: #A0A0FF;
}

.testimonial img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
