.category-with-items-230315-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.category-with-items-230315-wrapper,
.category-with-items-230315-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.category-with-items-230315-wrapper ul {
  list-style: none;
}
.category-with-items-230315-wrapper .category-item {
  flex: 0 0 20%;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.category-with-items-230315-wrapper .category-item .category-item-title {
  padding: 4px 16px;
  font-size: 16px;
  background: #fab54d;
  color: #fff;
  margin-bottom: 6px;
}
.category-with-items-230315-wrapper .category-item ul {
  padding: 0 16px;
  font-size: 14px;
}
.category-with-items-230315-wrapper .category-item ul li {
  margin-bottom: 4px;
}
.category-with-items-230315-wrapper .category-item ul li a {
  text-decoration: none;
  color: #245269;
  letter-spacing: 0.8px;
}
.category-with-items-230315-wrapper .category-item ul li a:hover {
  color: #fab54d;
}
/*# sourceMappingURL=category-with-items-230315.css.map */