.menu__categorizer {
  width: 100%;
}
.menu__categorizer ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  opacity: 0.4;
}

.menu__categorizer a {
  font-size: 1.4rem !important;
  padding: 1.1rem 1.2rem !important;
}

.menu__categorizer .active_link {
  font-family: SurtSemibold, sans-serif !important;
}
