/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* stile lista*/

.checklist {
  list-style-type: none;
  padding: 0;
}

.checklist li::before {
  content: "\2713"; /* Codice unicode per il check */
  color: green; /* Colore del check */
  font-size: 1.2em; /* Dimensione del carattere */
  margin-right: 0.5em; /* Spazio tra il check e il testo */
}

/* ICONE SERVIZI */

.icona-bia {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    max-height: 150px;
    fill: #979797;
}

.icona-bia path,
.icona-bia rect,
.icona-bia circle,
.icona-bia polygon {
    fill: #979797 !important;
}

/* TITOLI LOOP SERVIZI */

.titoli-servizi{
	min-height:8rem;
}


