blockquote.cnnbrasil-quote-box.with-author {
    margin: 40px 0 40px 0;
}
blockquote.cnnbrasil-quote-box.with-author + p {
    margin-top: 58px;
}
.cnnbrasil-quote-box.with-author p{
    margin: 0 64px 0 64px;
    color: #4D4D4D;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}
strong.author {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    margin-right: 48px;
    color: #4D4D4D;
}
.cnnbrasil-quote-box.with-author{
    width: 100%;
}
.cnnbrasil-quote-box-quite.with-author-quite{
    width: 50%;
    margin: 40px 24px 40px 24px !important;
}
.cnnbrasil-quote-box.with-author::before{
    content: url(/wp-content/themes/master-theme/assets/img/citacao_sup.svg);
    z-index: -2;
    position: absolute;
}
.cnnbrasil-quote-box::after{
    content: url(/wp-content/themes/master-theme/assets/img/citacao_inf.svg);
    z-index: -2;
    display: flex;
    justify-content: flex-end;
    margin: -64px 0 0 0;
    z-index: 99;
}

@media (max-width: 991px){
    blockquote.cnnbrasil-quote-box.with-author {
        margin: 40px 0 40px 0;
    }
    .cnnbrasil-quote-box::after{
        margin: -64px 20px 0 0;
    }
    .cnnbrasil-quote-box-quite.with-author-quite{
        width: 100%;
        margin: 40px 0 40px 0 !important;
    }
    .cnnbrasil-quote-box.with-author p{
        font-size: 16px;
        line-height: 24px;
    }
    strong.author {
        font-weight: 200;
        margin-right: 68px;
    }
}
