
.breadcrumb {
    padding: 40px;
    @media only screen and (max-width: 1000px) {
        padding: 8px 0 0;
    }
}

.breadcrumb-link {
    text-decoration: none;
    font-size: 14px;
    color: var(--lightgrey);
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumb-link.active {
    color: var(--highlight);
}

.breadcrumb .arrow {
    color: var(--lightgrey);
    font-weight: bold;
}
