.category-wall__item{position:relative;width:100%;margin:0 0 20px !important;padding:0;    justify-content: center;}
.category-wall__image{display:block;position:relative;overflow:hidden;     padding: 30px;
    background: #F2F1EE;
    border-radius: 10px;}
.category-wall__ul{margin:0;list-style:none}
.category-wall__ul.child-empty{padding:20px}
.category-wall__li{margin:0 0 5px;font-size:.95em}
.category-wall__li a{display:flex;color:#555}
.category-wall__li a:hover{color:#222}
.category-wall__title{margin:15px 0 12px;font-weight:700;font-size:1.1em}
.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{padding:15px;  }
.category-wall__ul.type2{max-width:100%;word-wrap:break-word;     padding-inline-start: 0px;}
.category-wall__title.type2{text-align:center;}

.category-wall__title a{
	color:#1b1b1b  !important
}

.category-wall__title a:hover{
	color:#FE2831 !important
}


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