.wp-block-list.is-style-checklist {
  list-style-type: none;
  padding-left: 1.55em;
}

.wp-block-list.is-style-checklist li{
  position: relative;   
}

.wp-block-list.is-style-checklist li::before{
  content: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 20.4863C15.5228 20.4863 20 16.0092 20 10.4863C20 4.96348 15.5228 0.486328 10 0.486328C4.47715 0.486328 0 4.96348 0 10.4863C0 16.0092 4.47715 20.4863 10 20.4863ZM15.1071 7.32201C15.4305 6.91771 15.365 6.32774 14.9607 6.0043C14.5564 5.68085 13.9664 5.7464 13.643 6.15071L9.22862 11.6686L6.83569 9.7543C6.43138 9.43085 5.84142 9.4964 5.51797 9.90071C5.19452 10.305 5.26007 10.895 5.66438 11.2184L9.52145 14.3041L15.1071 7.32201Z" fill="%23B85B23"/></svg>');
  position: absolute;
  top: 4px;
  right: calc(100% + 0.5rem);
  line-height: 1;
}