.brnd-breadcrumbs {
  display: inline-block;
    line-height: 1.3;
/*  justify-content: start;*/
/*  align-items: center;*/
    margin-bottom: 20px;
}
.brnd-breadcrumb {
  font-family: var(--brnd-primary-font-family);
  font-size: 18px;
  color: var(--brnd-dark-gray) !important;
  line-height: 1.1;
}
.brnd-breadcrumb-sep {
  margin: 0 16px;
  width: 16px;
}
