div[region="breadcrumbs"] i{
    font-style: normal;
}


div[region="breadcrumbs"]  h3{
    font-weight: 700;
    color: #bb7536 !important; 
}

@media (min-width:1024px){

    .breadcrumb-container ol.breadcrumb{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .breadcrumb-container ol.breadcrumb .breadcrumb-item {
        display: flex;
    }

    .breadcrumb-container ol.breadcrumb .breadcrumb-item a {
        white-space: nowrap;
    }

    .breadcrumb-container ol.breadcrumb .breadcrumb-item:nth-child(3){
    }
}