/* Start custom CSS */@media (max-width: 767px) {
    /* Multiplicamos las clases para darle más fuerza sin usar important */
    #page-container body.elementor-page-114 .elementor-icon-list-icon i,
    #page-container body.elementor-page-114 .elementor-icon-list-icon svg,
    .elementor-page body.elementor-page-114 .elementor-icon-list-icon i,
    .elementor-page body.elementor-page-114 .elementor-icon-list-icon svg {
        font-size: 16px;
        width: 16px;
        height: auto;
    }
    
    #page-container body.elementor-page-114 .elementor-icon-box-icon i,
    #page-container body.elementor-page-114 .elementor-icon-box-icon svg,
    .elementor-page body.elementor-page-114 .elementor-icon-box-icon i,
    .elementor-page body.elementor-page-114 .elementor-icon-box-icon svg {
        font-size: 20px;
        width: 20px;
        height: auto;
    }
}/* End custom CSS */