@media (max-width: 767px) {
    .containerTable {
        overflow-x: auto;
        display: flex;
    }

    #textNav {
        font-size: small;
    }
}