/* СТИЛИ ДЛЯ ТАБЛИЦЫ С ЦЕНАМИ */
/* Стиль для второй колонки (цены) */
.t431__tbody .t431__td:nth-child(2) {
    font-family: 'FuturaPT', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #000 !important; /* Цвет из вашей темы */
}

/* Стиль для третьей колонки (кнопки) */
.t431__tbody .t431__td:nth-child(3) a {
    font-family: 'FuturaPT', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #C99179 !important; /* Цвет из вашей темы */
}

/* Убираем верхнюю границу у первой строки таблицы */
.t431__tbody tr:first-child td {
    border-top: none !important;
}

/* Для экранов от 1200px и ниже */
@media (max-width: 1200px) {
    .t431__tbody .t431__td:nth-child(1) {
        font-size: 12px !important;
    }
    
    .t431__tbody .t431__td:nth-child(2) {
        font-size: 16px !important;
    }
    
    .t431__tbody .t431__td:nth-child(3) a {
        font-size: 16px !important;
        padding: 8px 16px !important; /* Немного уменьшаем отступы */
    }
}