/**
 * Project : cl_categoryhome
 * @author Celaneo
 * @copyright Celaneo
 * @license   Tous droits réservés / Le droit d'auteur s'applique (All rights reserved / French copyright law applies)
 * @link https://www.celaneo.com/
 */
.cl_categoryhome-section .cel_cat_image {
     max-width: 40%;
 }
.cl_categoryhome-section .cel_cat_image img {
    min-width: 28px;
}
@media all and (max-width: 779px) {
    .cl_categoryhome-section .cel_cat_image {
        margin-right: 0.25rem!important;
        display: block;
        height: 100%;
    }
}
