.breadcrumb {
    justify-content: center;
    margin-top: 1.5rem;
    --bs-breadcrumb-divider-color: var(--color-white);
    --bs-breadcrumb-item-active-color: rgba(var(--color-white-rgb), .7);
}

.breadcrumb a {
    opacity: .9;
    color: var(--color-white);
    text-decoration: none;
    transition: var(--transition);
}

.breadcrumb a:hover {
    opacity: 1;
}
