li.breadcrumb-item {
  padding:0 !important;
}
.breadcrumb-item a{
    all : unset;
    color: inherit;
    text-decoration: none;
}

.breadcrumb-item a:hover{
  color: #F2BE4E;
  cursor: pointer;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">" !important;
  padding: 0 !important;
}

.breadcrumb-item:last-child a {
    pointer-events: none;    
    color: inherit;     
    cursor: default;
    font-weight: bold;
}