@media (max-width:980px) { 
    .table--scroll{
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
}