.category-wall__item{
    position:relative;width:100%;margin:0 0 24px !important;padding:16px;
border-radius: 12px;
height: 96px;
color: var(--grey-800);}
.category-wall__image{display:block;position:relative;overflow:hidden}
.category-wall__ul{margin:0;padding:0;list-style:none}
.category-wall__ul.child{padding-bottom:25px}
.category-wall__ul.child.type2{margin:0}
.category-wall__li{margin:0 0 5px}
.category-wall__li a{display:flex;color:var(--body-c)}
.category-wall__li a:hover{opacity:.8}
.category-wall__title{margin:0 0 12px;font-weight:700;word-wrap:break-word}
.category-wall__title.child-empty{margin:0;padding:0;text-align:center}
.category-wall__more{position:absolute;bottom:15px;text-decoration:underline}

.category-wall__item.type2{display:flex;padding:16px;align-items: center;}
.category-wall__image.type2{border:none;box-shadow:none}
.category-wall__ul.type2{word-wrap:break-word;padding-left: 20px;
font-weight: 600 !important;
font-size: 20px;
line-height: 130%;
color: var(--grey-800) !important;
transition: all .3s ease-out;}
.category-wall__title.type2{text-align:left}
.category-wall__item img {
    margin: 0 !important;
}

@media (max-width:575px){
    .category-wall__image.child.type2{flex:0 0 33%}
}