.title-taxonomy .head-h3 {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'EB Garamond 12 All SC', 'DB Heavent', sans-serif !important;
}
ul.menu-list_tax {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-height: 100%;
  overflow: hidden;
}
.menu-list-wrap{
  max-height: 285px;
  overflow-y: auto;
}

ul.menu-list_tax li {
  list-style: none;
  margin: 0;
  display: block;
  line-height: 1;
}
ul.menu-list_tax li a {
  font-size: 20px !important;
  color: #848484 !important;
  font-weight: 400 !important;
}
.box-list_taxonomy {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
ul.menu-list_tax li a:hover {
  color: #848484 !important;
  opacity: 0.7;
}