ul.vxd-ullist {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.vxd-ullist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

ul.vxd-ullist li::after  {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/check-ring-cyan.svg);
}