.quote {
    float: none;
    font-size: 110%;
    line-height: 128%;
    background: #efefef;
    width: auto;
    padding: 1.2rem 2.8rem 0.4rem;
    margin: 20px 0;
    border: 0;
    overflow: hidden;
    font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.quote__error {
    text-align: left;
    margin: 8px auto 32px;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 18px;
    background: #fbf0c3;
}
