.is-style-quse-quote {
    margin: 1rem 0;
    padding: 1rem 4rem;
}

.is-style-quse-quote-left p::before {
    font:normal normal normal 16px/1 FontAwesome;
    /*content: url('../img/scout-logo-new.png'); */
    content: "\f10d";
    display: inline-block;
    position: absolute;
    color: currentColor;
    height: 20px;
    width: 15px;
    left: 2.5rem;
}

.is-style-quse-quote-left {
    border-left: 3px solid currentColor;
}

.is-style-quse-quote-center {
    text-align: center;
}

.is-style-quse-quote-center p::before {
    font:normal normal normal 16px/1 FontAwesome;
    /*content: url('../img/scout-logo-new.png'); */
    content: "\f10d";
    color: currentColor;
    height: 20px;
    width: 15px;
    padding-right: 20px;
}

.is-style-quse-quote-left.block-editor-block-list__layout p::before {
    display: none;
}

.is-style-quse-quote-center p::after {
    font:normal normal normal 16px/1 FontAwesome;
    content: "\f10e";
    padding-left: 20px;
}

@media (max-width: 550px) {
    .is-style-quse-quote {
        padding: 1rem 2rem;
    }

    .is-style-quse-quote p::before {
        left: 12px;
    }
}