.quill-table__cell {
    border: 0px solid #dcdcdc !important;
    padding: 2px 0px !important;
    border-bottom: 1px solid #dcdcdc !important;
}

/* Вариант 1: для всех параграфов во вторых колонках */
.quill-table__table td:nth-child(2) p,
.quill-table__table th:nth-child(2) p {
    text-align: right !important;
}


/* Установка ширины для первой колонки */
.quill-table__table td:first-child,
.quill-table__table th:first-child {
    width: 70% !important;
}

/* Установка ширины для второй колонки */
.quill-table__table td:nth-child(2),
.quill-table__table th:nth-child(2) {
    width: 30% !important;
}

.t698 .t698__title {
    color: #fff;
    margin-bottom: 20px;
}

.t698 .t698__descr {
    color: #fff;
    margin-bottom: 35px;
}