/* 1. Сбрасываем стандартные стили списков в карточках и текстовых блоках */
.t-card__descr ul,
.t-card__text ul,
.t-descr ul,
.t-text ul,
.t942__cards ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}

/* 2. Задаем отступ под иконку */
.t-card__descr ul li,
.t-card__text ul li,
.t-descr ul li,
.t-text ul li,
.t942__cards ul li {
    position: relative !important;
    padding-left: 28px !important;
}

/* 3. Подставляем SVG-иконку */
.t-card__descr ul li::before,
.t-card__text ul li::before,
.t-descr ul li::before,
.t-text ul li::before,
.t942__cards ul li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url('https://static.tildacdn.com/tild6435-6138-4635-b536-633137303832/Exclude.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    top: 2px !important;
}
/* линии в карточках товара */
.t-card__descr ul,
.t-card__text ul,
.t-descr ul,
.t-text ul,
.t942__cards ul {
    border-top: 1px solid #D9D9D9 !important;
    padding-top: 20px !important; 
    margin-top: 20px !important;  
    display: block !important;    