table.tablesaww {
    width: 50%;
}

@media (max-width: 980px) {
table.tablesaww {
    width: max-content;
}
}