.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb li:before {
  content: none;
}

.breadcrumb ol {
  width: 100%;
}

.breadcrumb li {
  font-size: 18px;
}

.breadcrumb li:not(:first-child) {
  padding-left: 2%;
}