.breadcrumb-navigation {
    margin-top: 20px;
}

.breadcrumb-item-v2  {
    margin-right: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;



    a {
        color: #55565A;

        /* Small Paragraph */
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.28px;

        &:hover {
            color: #171717;
        }

    }

    .active {
        color: #00AB68;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.7px;
    }
}

.breadcrumb-arrow {
    margin-right: 12px;
}