.gh-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gh-breadcrumb li {
    display: inline;
}
.gh-breadcrumb li a {
    text-decoration: none;
}
.gh-breadcrumb li a:hover {
    color: var(--e-global-color-astglobalcolor1) !important;
}
.gh-breadcrumb li * {
    font-weight: 600;
}
.gh-breadcrumb li:last-child * {
    color: #0937B1;
}
.gh-breadcrumb .brdc-separator {
    font-size: 24px !important;
    margin: 0px 12px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

@media(max-width: 767px) {
    .gh-breadcrumb .brdc-separator {
        font-size: 18px !important;
    }
}