.breadcrumbs-row{
    display: flex;
    margin-top: 108px;
    margin-bottom: 19px;
    flex-wrap: wrap;
}
.breadcrumbs-row a{
    color: rgb(201, 201, 201);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.breadcrumbs-row a, .breadcrumbs-divider{
    color: rgb(201, 201, 201);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.breadcrumbs-divider{
    display: inline-block;
    padding: 0 5px;
}