.pullquote {
    margin-bottom: 25px;
}

.pullquote-by-line {
    letter-spacing: 0.8px;
    text-align: center;
    font-weight: bold;
}

.pullquote-affiliation {
    color: #666;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}

q.pullquote-quotes {
    font-family: "Merriweather", "Times New Roman", serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
    quotes: "“" "”" "‘" "’";
    display: block;
}

@media screen and (min-width: 1280px) {
    q.pullquote-quotes {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 979px) and (min-width:767px) {
    q.pullquote-quotes {
        font-size: 21px;
        line-height: 32px;
    }
}
@media screen and (max-width:767px) {
    q.pullquote-quotes {
        font-size: 18px;
        line-height: 28px;
    }
}