.c-breadcrumbs {
  font-size: 0.75em;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.c-breadcrumbs span a {
  color: inherit;
}
.c-breadcrumbs span.separator {
  color: #fff;
}
.c-breadcrumbs .breadcrumb_last {
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .c-breadcrumbs {
    display: none;
  }
}