/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.checkmark-list li{
list-style: none;
list-style-image: none;
background: url(https://salespartner.app/wp-content/uploads/2025/08/check-mark.png) no-repeat 0 0.2em;
background-size: 1em;
padding-left: 1.5em;
}

.checkmark-rounded-list li{
list-style: none;
list-style-image: none;
background: url(https://salespartner.app/wp-content/uploads/2025/08/rounded-checkmark.png) no-repeat 0 0.2em;
background-size: 2em;
padding-left: 2em;

}

