@media all and (max-width: 600px) {
    .mobile-2-cols,
    .mobile-2-cols tbody,
    .mobile-2-cols tbody tr,
    .mobile-2-cols tbody tr td {
        display: block !important;
    }

    .mobile-2-cols,
    .mobile-2-cols tbody,
    .mobile-2-cols tbody tr {
        width: 100%;
    }

    .mobile-2-cols tbody tr {
        height: auto !important;
        padding: 8px 0;
    }

    .mobile-2-cols tbody tr:before,
    .mobile-2-cols tbody tr:after {
        content: '';
        display: table;
        clear: both;
    }

    .mobile-2-cols tbody tr td {
        width: 50% !important;
    }

    .mobile-2-cols tbody tr td:first-child {
        float: left;
    }

    .mobile-2-cols tbody tr td:nth-child(2) {
        padding-top: 15px;
    }

    .mobile-2-cols tbody tr td:not(:first-child) {
        float: right;
        padding-right: 15px;
    }

}