.sf-list-check {
    list-style: none;
    padding-inline-start: 0;
}

.sf-list-check li {
    position: relative;
    padding-inline-start: 2rem;
}

.sf-list-check li::before {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    inset-inline-start: 0;
}
