.site-breadcrumbs-wrapper{
    position: absolute;
    z-index: 101;
    padding-top: 28px;
    padding-left: 60px;
}

.custom-breadcrumbs {
    font-family: var(--typo-text-middle-regular-font);
    font-size: var(--typo-text-middle-regular-fs);
    font-weight: var(--typo-text-middle-regular-fw);
    line-height: var(--typo-text-middle-regular-lh);
    letter-spacing: var(--typo-text-middle-regular-ls);
    color: var(--color-background-white);
}

.custom-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.custom-breadcrumbs .sep {
    margin: 0 8px;
}

.custom-breadcrumbs .current-item {
    font-weight: 700;
}

@media (max-width: 992px) {
    .site-breadcrumbs-wrapper{
      padding: 20px 0 0 20px;
    }
}