.hh-categories-section__list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  padding: 0;
}

.hh-categories-section__item{
  display: inline-block;
}

.hh-categories-section__link{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.hh-categories-section__image{
  width: auto;
  height: 20px !important;
  object-fit: cover;
  background-color: transparent;
}

.hh-categories-section__name{
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  color: #fff;
}