.home_category_wall .box-content .page_header_crsl{
    text-align: center;
    margin-bottom: 1.5rem;
    color: #232323;
    font-size: 1.25rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}
.home_category_wall .box-content .box-category-home.row{
    flex-wrap: wrap;
    display: flex;
}
.sd-category-single-content{
    
    height: auto;
    width: 100%;
    /* background: #fff; 
    margin-bottom: 1.563rem;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2); */
    text-align: center;
}
.sd-category-single-content .image img{
    width: 100%;
    height: auto;
}
.sd-category-single-content .box_category_home_content_title{
    color: #3CB9D7;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}
.sd-category-single-content .box_category_home_content_title:hover{
    opacity: .8;
}
.sd-category-single-content .all_more .link_alter {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    background: #3CB9D7;
    padding: 6px 18px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 3px;
    transition: .3s;
}
.sd-category-single-content .all_more .link_alter:hover{
    opacity: .8;
}

.sd-category-single-content.without-image-homecat {
    padding: 30px 16px 30px 16px;
}

.box_category_home_content.without-image-child-node .sd-category-single-content{
    padding: 30px 16px 30px 16px;
}

.box_category_home_content .sd-category-single-content{
    padding-bottom: 15px!important;
}
.box-category-home .margin-top{
    margin-bottom: 30px;
}

.box-category-content-title {
    font-size: 1.125rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 5px;
    background: #f7f7f7;
}
.box_category_home_content,.sd-home-category-wrapper{
    height: 100%;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 5px; 
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
    


.box_category_home_content .sd-category-single-content .sub-categories {
    text-align: left;
    overflow: hidden;
    padding: 10px 10px 0 10px;
}

.box_category_home_content .sd-category-single-content .sub-categories ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
}

.box_category_home_content .sd-category-single-content .sub-categories ul li{
    width: fit-content;
    padding: 6px 5px;
}

.box_category_home_content .sd-category-single-content .all_more{
    margin-top: 15px;
}
.box_category_home_content.no-child .sd-category-single-content .all_more{
    margin-top: 21px;
}
