.breadcrumb-item+.breadcrumb-item::before {
  content: " > ";
  color: #7f8585;
}

.breadcrumb a {
  text-decoration: none;
  color: #7f8585;
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #343535;
}

.breadcrumb-item.active {
  color: #343535;
}