p.is-style-arrow {
    padding-left: 1.5em;
    position: relative;
    font-weight: bold;
}

p.is-style-arrow::before {
    content: '';
    background-image: url(../../assets/svg/list-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 0.5em;
    width: 13px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: 0;
}

p {
    @media screen and (max-width: 768px) {
        hyphens: auto;
        word-break: break-word;
        max-width: 90vw !important;
    }
}