
.testimonials-roundup .columns {
    display: flex;
    justify-content: space-between
}

.testimonials-roundup .column {
    width: 30.9882747068677%
}

.testimonials-roundup.mobile {
    display: none
}

@media(max-width: 760px) {
    .testimonials-roundup.desktop {
        display:none
    }
    .testimonials-roundup.mobile {
        display: block;
    }
    .testimonials-roundup.mobile .columns {
        flex-direction: column;
    }
    }
}

.testimonial+.testimonial {
    margin-top: 45px;
    padding-top: 50px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.15),inset 0 4px 0 #fff,inset 0 5px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.15),inset 0 4px 0 #fff,inset 0 5px 0 rgba(0,0,0,.15)
}

.testimonial .apologia {
    width: 100%
}

.testimonial .headshot {
    float: left;
    width: 103px;
    margin: 5px 20px 12px 0
}

.testimonial blockquote {
    font-size: 1.125rem;
    line-height: 1.4;
    padding-right: 10px
}

.testimonial .mobile-quote {
    display: none
}

.testimonial figcaption {
    margin-top: 20px
}

.testimonial dt {
    font: 300 italic 1rem/1 "essonnes-display",serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.625rem;
    line-height: 1.1
}

.testimonial dd {
    margin-top: 15px;
    font: 700 normal 1rem/1 "futura-pt-bold",sans-serif;
    text-transform: uppercase;
    letter-spacing: .1875em;
    font-size: .6875rem;
    line-height: 1.4
}

.testimonial dd a {
    -webkit-transition: all 180ms;
    transition: all 180ms;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.4);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.4)
}

.testimonial dd a:hover {
    color: #ff2395;
    -webkit-box-shadow: inset 0 -1px 0 #ff2395;
    box-shadow: inset 0 -1px 0 #ff2395
}

@media(max-width: 900px) {
    .testimonial+.testimonial {
        margin-top:30px;
        padding-top: 35px
    }

    .testimonial .headshot {
        width: 80px;
        margin: 5px 15px 10px 0
    }

    .testimonial dt {
        font-size: 1.5rem
    }

    .testimonial blockquote {
        line-height: 1.35
    }
}

@media(min-width: 761px) {
    .testimonial .apologia {
        content:"";
        clear: both;
        display: table
    }
}

@media(max-width: 760px) {
    .testimonial {
        padding-top:35px;
        display: flex;
        justify-content: space-between
    }

    .testimonial .apologia {
        width: auto
    }

    .testimonial figcaption {
        width: calc(100% - 110px);
        margin-top: 0
    }

    .testimonial .desktop-quote {
        display: none
    }

    .testimonial .mobile-quote {
        display: block
    }

    .testimonial .speaker {
        margin-top: 20px
    }

    .testimonial .headshot {
        float: none;
        margin: 5px 0 0
    }
}