
@media screen and (max-width: 767px) {
    .wp-block-table {
        width: 100%;
        overflow-x: inherit !important;
    }
    table th, table td {
        display: block;
        width: 100% !important;
    }       
}