@media (max-width: 600px) {
    .tab-ul{
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .tab-ul li span{
        white-space: nowrap;
    }
}
