.Breadcrumb
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    background-color: #F37B99;
    padding-left: 4px;
    padding-bottom: 4px;
    border-top: 0;
    border-bottom: 2px solid #C31B33;
    min-height: 16px;
    color: #fff;
}