/* Окрашиваем второй столбец */
#rec1226943071 .t446__table tr td:nth-child(2),
#rec1226943071 .t446__table tr th:nth-child(2) {
    background-color: #F37D45 !important;
    color: #fff; /* Если нужен белый текст */
}

/* Скругляем углы у всей таблицы */
#rec1226943071 .t446__table {
    border-radius: 12px;
    overflow: hidden; /* Чтобы углы обрезались */
}
