.cw_moduleLink{
    display: inline-block;
    width: auto;
    height: 65px
}
.cw_w50{
    width: 50px;
    height: 50px
}
.ContentBox__indexIcon{
    min-height: 72px
}
.cw_moduleLink img{
    width: 100%;
    height: 100%;
    display: inline-block
}
.cw_module_widget {
    display: flex;
    flex-wrap: wrap
}
.cw_module_widget br{
    display: none
}
.cw_module_widget .ContentBox__boxThree{
    width: 25%
}
@media (max-width: 991px) and (min-width: 768px){
    .cw_module_widget .ContentBox__boxThree{
        width: 50%
    }
}
@media (max-width: 768px){
    .cw_module_widget{
        flex-direction: column
    }
    .cw_module_widget .ContentBox__boxThree{
        width: 100%;
    } 
}
