.mod-breadcrumbs{
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding-left: 0px;
}
.mod-breadcrumbs li:not(:first-child) {
  margin-right: 5px;
}

.mod-breadcrumbs span{
  color: var(--my_colors_header);
}
.mod-breadcrumbs li a span{
  color: var(--my_colors_header);
}
.mod-breadcrumbs li a{
  text-decoration: none;
}

ol.breadcrumb li a span {
  background-image: url("../images/angle-right-solid-dark.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding-right: 25px;
}
