.taxonomy-term .view_mode_teaser {
  border-top: 5px solid var(--orange);
  -webkit-box-shadow: 0px 0px 5px 0px #000000;
  box-shadow: 0px 0px 5px 0px #000000;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.title_and_icon {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.taxonomy_icon {
  width: 30px;
  height: auto;
  margin-right: 0.75rem;
}

.taxonomy_title * {
  margin: 0;
}
