﻿#breadcrumb {
    width: 87%;
    display: flex;
    margin: auto;
    align-items: center;
    flex-shrink: 0;
    max-width: 1720px;
}

    #breadcrumb a {
        color: var(--gray-modern-400, #9AA4B2);
        /* Body/Medium */
        font-family: var(--font-header);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-decoration: none;
    }

        #breadcrumb a:first-child {
            color: var(--gray-modern-800, #202939);
            /* Body/Medium */
            font-family: var(--font-asap);
            font-size: 14px !important;
            font-style: normal;
            font-weight: 400;
            line-height: 16px;
            margin: 0
        }

    #breadcrumb span {
        font-family: var(--font-header);
        font-size: 14px;
    }
