.js-store-prod-descr ul, 
.js-store-prod-all-text ul{
    padding-left: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin-top: 20px;
}


.js-store-prod-all-text ul{
    max-width:280px;
}


.js-store-prod-descr li,
.js-store-prod-all-text li{
    position: relative;
    margin-bottom: 60px;
}


.js-store-prod-all-text li{
    margin-bottom: 60px;
}


.js-store-prod-descr li:before {
    content: " ";
    position: absolute;
    width: 200px;
    height: 57px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.js-store-prod-all-text li:before {
    content: " ";
    width: 200px;
    height: 57px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.js-store-prod-descr li {
position: static;
}
.js-store-prod-descr li:before {
left: 50%;
transform: translateX(-50%);
}


.js-store-prod-descr li:nth-child(1):before,
.js-store-prod-all-text  li:nth-child(1):before{
    background-image: url(https://static.tildacdn.com/tild3530-3465-4737-b065-366137323862/__7.svg);
}








