/** GENERAL **/
.testimonial-wrapper {
    margin: 0px 0px 20px 0px;
}

.testimonial-wrapper .text {
    padding: 30px;
}

.testimonial-wrapper .base {
    padding: 15px 30px;
}

.testimonial-wrapper .name {
    text-transform: uppercase;
    display: block;
    clear: both;
}


.testimonial-wrapper {
    background: #F9F9F9 url(icons/quote-grey.png) no-repeat left 10px top 10px;
}

.testimonial-wrapper .base {
    background: var(--grey);
}

.testimonial-wrapper .name {
    color: var(--yellow);
}

.testimonial-wrapper .address {
    color: #777777;
}