.page-header {
  color: #848383;
  width: 100%;
  padding: 15px 0;
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.breadcrumb li {
  margin: 0 5px;
}

.breadcrumb a {
  text-decoration: none;
}
