.brands_item__content {
  border: 1px solid var(--color-bg-body);
  border-radius: 5px;
  padding: 15px;
}
.brands_item__content .brands_item__link {
  overflow:hidden;
}
.brands_item__content .brands_item__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  gap:10px;
}
.brands_item__content .brands_item__wrapper .brands_item__title {
  font-size: 18px;
}
.brands_item__content .brands_item__wrapper .brands_item__count {
  font-size: 12px;
}