#article ol.breadcrumb > li.breadcrumb-item > a 
{
    color: #F16724 !important;
}

#article ol.breadcrumb > li.breadcrumb-item > a:hover 
{
    opacity: 0.5;
}

#main-article-container img {
    height: 400px;
    object-fit: cover;
}
#article-container img {
    
    object-fit: cover;
}
.text-header {position:relative;}
.text-header::before{
    content: "";
    position: absolute;
    height: 48px;
    top: 0; left: 0;
    border-left: 10px solid #F16724;
}