@media only screen and (max-width: 768px) {
    .process-steps .nav-item {
        display: table-cell !important;
        width: 1% !important;
    }
}