.at-quote {
    margin: 4em 0 2.4em;
}

.at-quote__image {
    float: left;
    border-radius: 50%;
}

.at-quote__info {
    position: relative;
    padding-top: 1.8em;
    padding-left: 1em;
    margin-left: 140px;
}

.at-quote__info::before {
    content: '\201c';
    position: absolute;
    overflow: hidden;
    height: 0.5em;
    top: -0.13em;
    left: -0.07em;
    font-size: 10em;
    font-weight: bold;
    line-height: 1;
    color: rgba(47, 169, 225, 0.3);
}

.at-quote__quote {
    position: relative;
    margin: 0;
    font-size: 1.4em;
    font-weight: 200;
}

.at-quote__name {
    display: block;
    margin-top: 0.9em;
    font-size: 0.9em;
}

.at-quote__name::before {
    content: '– ';
}
