.eb-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.eb-breadcrumb span,
.eb-breadcrumb a {
    display: inline-flex;
    align-items: center;
}

.eb-breadcrumb .eb-divider {
    margin: 0 5px;
}

.eb-breadcrumb img {
    display: inline-block;
    max-height: 20px;
}
.eb-breadcrumb span.eb-current{
    margin: 0px !important;
}
.eb-breadcrumb a{
    transition: all .3s !important;
}