.taxonomy-description {
  display: flex;
  flex-direction: column;
}
.taxonomy-description .vendor-profile {
  width: 80px;
  max-width: 80px;
  height: 80px;
  display: flex;
  flex-basis: 100%;
}
.taxonomy-description .vendor-profile img {
  width: 100%;
  height: auto;
}
.taxonomy-description .vendor-profile-description {
  font-size: small;
}
