.breadcrumb {
  background: #f2f2f2;
}
.breadcrumb__content {
  align-items: center;
  color: #4c4c4c !important;
  display: flex;
  font-size: 0.75rem;
  gap: 1rem;
}
.breadcrumb a,
.breadcrumb span {
  font-weight: 700;
  text-transform: uppercase;
}
