.category-wall__item {
  position: relative;
  width: 100%;
  margin: 0 0 20px !important;
  padding: 0
}
.category-wall__image {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.category-wall__image {
  border-bottom: solid 1px rgba(0, 0, 0, .07);
  box-shadow: 0 5px 20px -2px rgba(0, 0, 0, .06)
}
.category-wall__ul {
  margin: 0;
  list-style: none
}
.category-wall__ul {
  padding: 10px 15px;
}
.category-wall__ul.child-empty {
  padding: 0;
}
.category-wall__li a {
  display: flex;
  color: #222;
  font-size: .95em;
  padding: 2px 0;
}
.category-wall__li a:hover {
  color: #666;
}
.category-wall__li a:before {
  margin: 1px 7px 0 0;
  content: "\2022";
  color: #aaa
}
.category-wall__title {
  margin: 0 0 12px;
  font-size: 1.15em;
  font-weight: 500;
  word-wrap: break-word
}
.category-wall__title.child-empty {
  margin: 0;
  padding: 0;
  text-align: center
}
.category-wall__more {
  position: absolute;
  bottom: 15px
}
.category-wall__more span {
  font-size: .9em;
  text-decoration: underline
}
.category-wall__item.type2 {
  display: flex;
  padding: 15px
}
.category-wall__image.type2 {
  flex: 0 0 40%;
  border: none;
  box-shadow: none
}
.category-wall__ul.type2 {
  width: 100%;
  padding: 0 0 25px 15px
}
.category-wall__title.type2 {
  text-align: left
}
.category-wall__more.type2 {}
@media (max-width:575px) {
  .category-wall__image.child.type2 {
    flex: 0 0 33%
  }
}