.at-testimonial__image {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    background: #eee center center no-repeat;
    background-size: cover;
}

.at-testimonial blockquote {
    margin: 1em 0;
    border: none;
}

.at-testimonial__quote {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 1em;
    font-style: normal;
}

.at-testimonial__quote:before,
.at-testimonial__quote:after {
    position: absolute;
    font-size: 3em;
    font-style: italic;
    content: '"';
    color: #ff3550;
}

.at-testimonial__quote:before {
    top: -5rem;
    left: -2rem;
    transform: rotate(180deg);
}

.at-testimonial__quote:after {
    right: -2rem;
    bottom: -5rem;
}

.at-testimonial__author {
    margin: 0;
    font-size: .8em;
    font-weight: 600;
    font-style: normal;
}

.at-testimonial__company {
    margin: 0;
    font-size: .6em;
}

.at-testimonial__linkUrl {
    margin-left: 1.8em;
}

@media (min-width: 600px) {
    .at-testimonial__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
      	width: 100%;
      	text-align: left;
    }

    .at-testimonial__imageContainer {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - .3em);
        flex: 0 1 calc(25% - .3em);
        width: calc(25% - .3em);
    }
}

@media (min-width: 850px) {
    .at-testimonial__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(75% - .3em);
        flex: 0 1 calc(75% - .3em);
        width: calc(75% - .3em);
    }
}