.category-li::before {
 content: none;
}
.category-li::after {
  width: 30.91%;
}
.category-item {
 width: 30.91%;
}
.category-item a {
  height: 100%;
}

@media screen and (max-width: 896px) {
  .category-item {
    width: auto;
  }
}