.breadcrumb {
    margin-bottom: 0px;
    padding: 0rem 0 1.1rem 0;
    background: transparent;   
    li {
        &:first-child {
        span{
            font-weight: bold;
            }
        }
    }
}

