.taxonomy-brand-style {
  background: #fff;
  border: 1px solid rgba(229, 229, 229, 0.4);
  box-shadow: 0 6px 15px rgba(27, 28, 31, 0.05);
  border-radius: 16px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 24px 15px;
  height: 169px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 743px) {
  .taxonomy-brand-style {
    padding: 30px;
    height: 215px;
  }
}
.taxonomy-brand-style img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
  display: block;
}
@media (min-width: 743px) {
  .taxonomy-brand-style img {
    max-width: 140px;
  }
}
.taxonomy-brand-style h2 {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1b1c1f;
  margin-bottom: 0;
}
@media (min-width: 1026px) {
  .taxonomy-brand-style h2 {
    font-size: 0.9375rem;
  }
}