.s-checklist {
@include owl-children(5px);
list-style: none;
margin-left: 0;
li {
position: relative;
vertical-align: middle;
padding-left: space(4);
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
background-image: url(/img/check.svg);
background-repeat: no-repeat;
width: 16px;
height: 16px;
transform: translateY(7px);
}
}
}