.box-category-list a {
  display: flex;
  align-items: center;
  background: #EEEEEE;
  gap: 10px;
  font-size: 16px;
  padding: 16px;
  justify-content: space-between;
}

.box-category-list a span {
  color: #216DD2;
  font-weight: 700;
  width: 100%;
  font-family: Merriweather, sans-serif;
}
