.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/tild6262-6539-4433-b638-653039643763/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/lib/icons/tilda/-/paint/596958--1-0-100/couple_team_man.svg);
}
/* Иконка для третей строчки */
.uc-desc-icons .t-descr ul li + li + li:before{
    background:url(https://static.tildacdn.com/tild3664-3964-4431-b630-336532346635/photo.svg);
}

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