.breadcrumb {
  background: #ededf0;
}
.breadcrumb .container {
  padding: 0.25rem 1.25rem;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumb ol li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.breadcrumb ol li::before {
  color: rgb(124.0568181818, 126.9034090909, 135.4431818182);
  content: " | ";
}
.breadcrumb ol li:first-child::before {
  content: none;
}
.breadcrumb ol li a {
  color: #54565c;
  transition: all 0.3s ease;
}
.breadcrumb ol li a:hover {
  color: rgb(71.4, 73.1, 78.2);
}
.breadcrumb ol li:last-child {
  color: rgb(124.0568181818, 126.9034090909, 135.4431818182);
}
@media (min-width: 992px) {
  .breadcrumb .container {
    padding: 0.25rem 1.25rem;
  }
}

/*# sourceMappingURL=breadcrumb.css.map */
