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

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

    .card-tab-panel {
        margin-top: 50px;
    }

    .logo img {
        max-width: 340px;
        height: auto;
        /* width: 100%;
             height: 50px;*/
    }

    .nav-tabs-custom {
        width: 40%;
    }
}