@media (max-width: 780px) {
    .voxline-badge, .box-break-countup {
        display: none !important;
    }

    .header .navbar-brand img {
        max-width: unset !important;
    }

    #invoice_data table td:nth-child(2),
    #invoice_data table th:nth-child(2),
    #invoice_data table td:nth-child(3),
    #invoice_data table th:nth-child(3),
    #invoice_data table td:nth-child(6),
    #invoice_data table th:nth-child(6),
    #invoice_data table td:nth-child(7),
    #invoice_data table th:nth-child(7),
    #invoice_data table td:nth-child(8),
    #invoice_data table th:nth-child(8),
    #invoice_data table td:nth-child(11),
    #invoice_data table th:nth-child(11){
        display: none;
    }
}