@media only screen and (max-width: 600px) {

    .sv_main .sv_container .panel-body.card-block .sv_row .sv_qstn table.table:not(.sv_q_matrix) td::before {
        content: attr(headers);
        display: none;
    }
}