.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #F5F1F0;
    color: #E78E01 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #F5F1F0;
    color: #1B1E27!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/tild6266-3432-4535-b062-376131636535/psychologist_ujcbbpl.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/tild3833-3966-4161-b034-356434666138/__.svg);
}
/* Иконка для третьей строчки */
.uc-desc-icons .t-descr ul li + li + li:before{
    background:url(https://static.tildacdn.com/lib/tildaicon/39323534-6530-4531-a161-353364616636/education_location.svg);
}
/* Инструкция по работе со стилем https://trilda.ru/kak-dobavit-ikonki-v-opisaniya-kartochek */
