.js-store-prod-text a {
    display: inline-block;
    padding: 15px 30px;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 0px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #236F41;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #236F41;
    color: #ffffff !important;
}

.uc-desc-icons .t-descr ul{
    list-style-type:none !important;
    padding-left:0 !important;
}
.uc-desc-icons .t-descr ul li{
    padding-left:30px;
    line-height:20px;
    margin-bottom:10px;
}
/* Иконка для первой строчки + общие настройки размера и расположения */
.uc-desc-icons .t-descr ul li:before{
    content:'';
    width:20px;
    height:20px;
    display:inline-block;
    background:url(https://static.tildacdn.com/tild6536-3438-4536-b532-353665616134/photo.svg);
    background-size:contain;
    background-position:center center;
    position:absolute;
    margin-left:-30px;
}
/* Иконка для второй строчки */
.uc-desc-icons .t-descr ul li + li:before{
    background:url(https://static.tildacdn.com/tild3037-6466-4635-a339-616331393235/photo.svg);
}