html body .breadcrumb {
    background-color: transparent;
    font-size: 14px;
    color: #5A7880;
    max-width: unset !important;
    padding-inline: 0;
}

html body .breadcrumb ol li a::before,
html body .breadcrumb ol li a::after {
    display: none ;
}

html body .breadcrumb ol li a {
    text-decoration: underline;
    color: #5A7880;
}

html body .breadcrumb span:before {
    color: #5A7880;
}