.taxonomy-cbd-type-teaser {
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.taxonomy-cbd-type-teaser img {
  object-fit: cover;
  max-width: 160px;
  border-radius: 50%;
}
@media (min-width: 743px) {
  .taxonomy-cbd-type-teaser img {
    max-width: 190px;
  }
}
.taxonomy-cbd-type-teaser:hover img {
  transition: transform 0.3s ease;
  transform: scale(0.95);
}
.taxonomy-cbd-type-teaser h2 {
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
  color: #1b1c1f;
  margin-top: 18px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 743px) {
  .taxonomy-cbd-type-teaser h2 {
    font-size: 17px;
  }
}