  ol#departments > li:nth-child(2)::after {
    background-color: white;
    border-top: 3px dashed #ccc;
}

@media (max-width: 1023.33px) {
    #departments > li:nth-child(2)::after {
        background-color: white;
        border-left: 3px dashed #ccc;
    }
}