@media (max-width: 768px) {
    .breadcrumb li:not(:nth-last-child(-n+3)) {
        display: none;
    }
}
