@media(max-width:768px){
table:first-of-type{width: 100%;
    table-layout: fixed;
    display:inline-table;}
table:first-of-type td{display:inline;max-width:100%}
table:first-of-type td:nth-of-type(2n){display:none;}
}