.list{
font-size: 18px;
li{
margin-bottom: 10px;
position: relative;
}
li::before{
content: '';
background: url('/img/icons/check_icon_95.png') 0 0 no-repeat;
position: absolute;
top: 0px;
left: 0px;
}
}