.bootstrap-breadcrumbs ol.breadcrumb {
    background-color: white;
    margin: 0;
}

.bootstrap-breadcrumbs .breadcrumb li,
.bootstrap-breadcrumbs .breadcrumb a {
    color: #818181;
    font-size: 14px;
}

.bootstrap-breadcrumbs .breadcrumb li:not(:last-child):after {
    content: '\f105';
    padding: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
}