/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .knowledge-base-table-row {
     width: 45%;
 }

 @media (max-width: 640px) {
    .knowledge-base-table-row {
        width: 100%;

margin-top: 20px;
    }
 }