.path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    padding-bottom: 38px;
    padding-top: 100px;
    color: #2B3063;
}
.path-bread-blue{
    color: #2B3063;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.path-bread-white{
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.path-bread-red{
    color: #B90106;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.slash {
    margin-left: 3px;
    margin-right: 3px;
    display: flex;
    align-items: center;
}

@media (max-width: 540px) {
    .remove-on-mobile {
        display: none;
    }
}
@media(max-width:1040px){
.path-invisible{
        display: none;
    }
    
}
