.testimonialWrapper {
    width: 100vw;
}

.testimonial {
    position: relative;
}

.testimonial__quote {
    padding-left: 0;
    border: 0;
}

.testimonial__quote p {
    font-style: normal;
    font-family: inherit;
}

.testimonial__quote p:before,
.testimonial__quote p:after {
    display: inline;
    color: #7672bd;
}

.testimonial__quote p:first-of-type:before {
    content: '\201C';
}

.testimonial__quote p:last-of-type:after {
    content: '\201D';
}

.testimonial__title {
    font-size: 2em;
    letter-spacing: -2px;
}

.testimonial__person {
    margin-bottom: 2em;
    font-weight: 500;
    line-height: 1.2;
    font-size: .8rem;
    color: #a6a6a6;
}

.testimonial__name {
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #000;
}

.testimonial___imageContainer {
    position: relative;
    width: 160px;
    height: 160px;
    padding: 5px;
    margin: 0 0 0 2em;
}

.testimonial___photo {
    width: 94%;
    border-radius: 100%;
    margin: 3%;
}

.testimonial___mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .testimonial {
        padding-top: 12rem;
        padding-right: 27rem;
        padding-bottom: 1em;
    }

    .testimonial__title {
        position: absolute;
        top: 12rem;
        right: 1.3rem;
        width: 33rem;
        font-size: 3.3em;
        text-align: right;
    }

    .testimonial__quote p {
        max-width: 23rem;
    }

    .testimonial___imageContainer {
        position: absolute;
        top: -3rem;
        right: 1.3rem;
        width: 14rem;
    }
}
