.desktop-tablet {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 991.98px) {}

@media screen and (max-width: 768px) {
    .desktop-tablet .nav {
        white-space: nowrap;
        flex-wrap: nowrap;
    }


    .desktop-tablet>* {
        overflow-x: auto;
    }
}