.brnd-categories_navigation-categories {
  max-width: 1270px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.brnd-categories_navigation-category {
  width: 142px;
  height: 52px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--brnd-main-font);
  font-size: 24px;
  font-weight: 700;
  color: var(--brnd-primary-blue);
  background: white;
}

.brnd-categories_navigation-category.active {
  color: white;
  background: var(--brnd-primary-blue);
}
