.list-item.list-item--new {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.taxonomy__bundle {
  position: relative;
  padding: 10px 0;
}
.taxonomy__bundle:after {
  max-width: 280px;
  content: "";
  position: absolute;
  left: 1.875rem;
  right: 1.875rem;
  height: 2px;
  margin: 0 auto;
  background: #adadad;
  z-index: 1;
  top: 100%;
}

.card__block--list .taxonomy__bundle:last-child {
  padding-bottom: 0;
}
.card__block--list .taxonomy__bundle:last-child:after {
  display: none;
}

/*# sourceMappingURL=taxonomy__bundle.css.map */
