.breadcrumbs__wrapper .breadcrumbs {
    margin: 0;
    padding: 20px;
}

.breadcrumbs__wrapper .breadcrumbs a,
.breadcrumbs__wrapper .breadcrumbs span {
    color: var(--color-grey);
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.breadcrumbs__wrapper .breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs__wrapper .breadcrumbs span.breadcrumb_last {
    color: var(--color-dark-grey);
}

@media (max-width: 768px) {
    .breadcrumbs__wrapper {
        margin-top: 120px;
    }

    .breadcrumbs__wrapper .breadcrumbs {
        padding: 15px 0;
    }

    .breadcrumbs__wrapper .breadcrumbs a,
    .breadcrumbs__wrapper .breadcrumbs span {
        color: var(--color-canvas-text);
        font-family: 'Poppins';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        font-weight: 500;
        line-height: 100%;
        text-transform: none;
    }

    .breadcrumbs__wrapper .breadcrumbs span.breadcrumb_last {
        color: var(--color-canvas-text);
        font-weight: 500;
    }
}