.section-breadcrumb{
    padding: 15px 0 !important;
    background-color: #eaf6ee !important;
}
.section-breadcrumb .col{
    padding-bottom: unset;
}
.section-breadcrumb .custom-breadcrumb a{
    color: var(--green);
    font-weight: 700;
}
.section-breadcrumb .custom-breadcrumb i,
.section-breadcrumb .custom-breadcrumb span{
    color: var(--black);
    font-weight: 700;
}