.list-component.circle-with-arrow li {
    padding-bottom: 16px;
}

.list-component.circle-with-arrow li::before {
    content: " ";
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 486.8 486.8" fill="currentColor"><path d="M243 0a243 243 0 100 487 243 243 0 000-487zm-24 377l-35-35 99-99-99-99 35-35 133 134-133 134z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 486.8 486.8" fill="currentColor"><path d="M243 0a243 243 0 100 487 243 243 0 000-487zm-24 377l-35-35 99-99-99-99 35-35 133 134-133 134z"/></svg>');
    display: inline-block;
    margin-left: 4px;
    margin-top: -5px;
    height: 38px;
    width: 38px;
}

.list-component.circle-with-arrow .item-text {
    font-size: 23px;
    padding-left: 54px;
}

.list-component.circle-with-arrow .item-text svg {
    height: 18px;
    width: 18px;
}
