.at-quote {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.at-quote__quote,
.at-quote__function {
    font-family: "UnitSlabPro", serif;
}

.at-quote__quote {
    font-size: 1.8em;
    line-height: 1.2em;
    font-style: italic;
}

.at-quote__quote p::before {
    content: '\2018';
}

.at-quote__quote p::after {
    content: '\2019';
}

.at-quote__name {
    font-family: "Caylee", sans-serif;
    font-size: 3em;
    line-height: .5;
    color: #65cfe9;
}

.at-quote__function {
    font-size: 1.2em;
}