.bquote {
    line-height: 1.6em;
    outline: none;
    background-color: #EDEAFF;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 70px 20px 20px 20px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 235px 40px;
    background-image: url("/images/invest/yr@2x.jpg");
}

.bquote.ksu {
    background-image: url("/images/invest/ks@2x.jpg");
}

.bquote.evgen {
    background-image: url("/images/invest/ev@2x.jpg");
}

.bquote.yra {
    background-image: url("/images/invest/yr@2x.jpg");
}

.bquote[data-placeholder]:empty::before{
    content: attr(data-placeholder);
    color: #707684;
    font-weight: normal;
    opacity: 0;
}

/** Show placeholder at the first paragraph if Editor is empty */
.codex-editor--empty .cec-block:first-child .bquote[data-placeholder]:empty::before {
    opacity: 1;
}

.codex-editor--toolbox-opened .cec-block:first-child .bquote[data-placeholder]:empty::before,
.codex-editor--empty .cec-block:first-child .bquote[data-placeholder]:empty:focus::before {
    opacity: 0;
}

.bquote p:first-of-type{
    margin-top: 0;
}

.bquote p:last-of-type{
    margin-bottom: 0;
}