.wt_category_feature .item .content {
    background-size: cover;
    background-color: #F8F8F8;
    padding: 20px 10px;
    border-radius: 5px;
    min-height: 200px;
    height: 100%;    
    background-repeat: no-repeat;
    background-position: center;
}
.wt_category_feature .item .content:hover {
box-shadow: 0 5px 15px 0 #00000029;
}
.wt_category_feature .item .description p {
    margin-bottom: 10px;
}.wt_category_feature .background--dark .title,
.wt_category_feature .background--dark .description p{
    color: #fff!important;
    text-shadow: 0 0 3px #000;
}
.wt_category_feature .cat-info h4 {
    cursor: default;
    font-size: 22px;
    font-family: "interextra_bold";
    color: #263036;
}
.wt_category_feature .cat-img a{
    display: inline-block;
}

.wt_category_feature .cat-img a img {
      display: block;
}
 
#wt_category_feature .wt-block-title h3{font-size:20px;color:#000;text-transform:uppercase;font-weight:700;    background: #f0efef;
    height: 50px;text-align:center;padding-top:16px; margin: 0; margin-bottom: 8px;
    overflow: hidden;
}

.wt_category_feature .content .title a{ color:#263036; font-size:18px; font-family:'interbold';}

.wt_category_feature .content .title a:hover{color:#000;}

.wt_category_feature .cat-info a {
    color: #fff;
    font-size: 12px;
    font-family: "interbold";
    background-color: #1571BC;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #1571BC;
}
.wt_category_feature .cat-info a:hover {
    color: #1571BC;
    background-color: #fff;
}

.wt_category_feature .m0 {
    margin: 0;
    height: 100%;
}

.wt_category_feature .p0 {
    padding: 0;
    height: 100%;
}

.wt_category_feature .bloc_img {
    height: 100%;
    display: table;
    text-align: center;
}

.wt_category_feature .cat-img {
    display: table-cell;
    height: 100%;
    margin: auto;
    vertical-align: middle;
}

.wt_category_feature .cat-img img {
    max-width: 100%;
}

.wt_category_feature .item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.wt_category_feature .cat-info {
    height: 100%;
    display: table;
}

.wt_category_feature .vertical_middle {
    display: table-cell;
    vertical-align: middle;
}

#wt_category_feature {
    margin-top: 30px;
    margin-bottom: 30px;
}