.wp-block-quote {
    margin-block-start: 40px !important;
    position: relative;
    padding-inline-start: 110px !important;

    &::before {
        content: "‘‘";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        color: var(--wp--preset--color--accent-4);
        font-size: 200px;
        font-style: normal;
        line-height: 1;
        font-weight: 800;
        font-family: var(--wp--preset--font-family--abhaya-libre);
    }
}
