.breadcrumb a {
  text-decoration: none;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 0rem;
  margin-top: 1em;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  /*border-radius: .25rem;*/
  font-size: 0.7em;
}

.bread {
  color: #7ca0b8;
  font-size: 0.9em;
  text-transform: uppercase;
}

.fas.fa-angle-double-right.mx-2 {
  font-size: smaller;
}

