.testimonials .testimonial h4,
.testimonials .testimonial h4 > a { 
    text-decoration: none;
    font-family: var(--georgia); 
    font-size: var(--text-2xl);
    color: var(--black);
}

.testimonials .testimonial .testimonial-inner > p {
    color: var(--grey);
    margin-bottom: var(--space-4);
}

.testimonials .testimonial a {
    display: inline; 
    font-family: var(--font-body);
    text-transform: none;
    text-decoration: none;
}

.testimonials .text-right {
    text-align: right;
    font-size: var(--text-sm);
}

.testimonials .events-pro-print {
	display: flex;
	justify-content: flex-end;
}
.testimonials .events-pro-print a {
    color: #FFF;
    background: #82c5c3;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.testimonials {
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: 1175px;
    margin: 0 auto;
}

.testimonials .testimonial.row {
    border-bottom: 1px solid #ddd;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.testimonials .img-responsive {
    display: inline-block;
}

@media(min-width: 40em) {
    .testimonials .testimonial.row {
        display: flex;
        flex-direction: row;
    }

    .testimonials .testimonial .img-responsive {
        width: 100%;
    }

    .testimonials .testimonial .testimonial-inner {
        padding-left: .9375rem;
        padding-left: .9375rem;
    }
    
    .testimonials .row .medium-3 {
        width: 25%;
        flex: 0 0 auto;
    }
}

@media (max-width: 640px) {
	.testimonials .testimonial img { margin-bottom: 15px; }
}