@media (max-width: 767px) {

    .page-tabs,
    .business-profile-tabs-shell,
    .business-profile-tabs-shell .row {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .page-tabs::-webkit-scrollbar,
    .business-profile-tabs-shell::-webkit-scrollbar,
    .business-profile-tabs-shell .row::-webkit-scrollbar {
        display: none;
    }

    .page-tabs .page-tab,
    .business-profile-tabs-shell .page-tab {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: max-content !important;
        white-space: nowrap !important;
    }
}