.cats_column {
  margin-right: 30px;
  /* TODO */
    min-width: 200px;
}
.cats__heading {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
}

.cats {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 6px;
}

.cats__link {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #000;
}

.cats__item {
  list-style: none;
  padding: 0;
}

.cats__icon {
  width: 28px;
  height: 28px;
  img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
  }
}

.cats__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}