.breadcrumb {
  padding: 20px 0 10px !important;
  position: static !important;
}

.breadcrumb li, .breadcrumb li:last-child {
  color: #0a2239 !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

.breadcrumb li:not(:first-child)::before {
  display: flex !important;
}

.breadcrumb a {
  color: #555555 !important;
}

.breadcrumb a:hover {
  color: #ff2652 !important;
  background: none !important;
}