.wp-block-list.is-style-arrow {
    list-style: none;
    padding-left: 0;
}
.wp-block-list.is-style-arrow li {
    padding-left: 1.5em;
    position: relative;
    padding: 0.2em 0 0.2em 1.5em;
}
.wp-block-list.is-style-arrow li::before {
    content: '';
    background-image: url(../../assets/svg/list-arrow-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 0.5em;
    width: 13px;
    height: 11px;
    position: absolute;
    top: 12px;
    left: 0;
}