/***
Gruppo api Widget Titolo e Testo CSS
***/

.elementor-widget.elementor-widget-titolo-e-testo {
    margin-bottom: 0px;
}


.titolo-e-testo ol, .titolo-e-testo ul {
    margin: 0 0 0 3em;
}

.titolo-e-testo {
 margin-top: 0px;
 margin-bottom: 0px;
}

.titolo-e-testo .entry-content p {
    margin-bottom: 0px;
}

.tet-titolo{
    margin-bottom: 24px;
}

.tet-testo {
   font-size: 18px;
   line-height: 33px;
   font-weight: 500;
}

.tet-testo  p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px){
    .tet-titolo{
        margin-bottom: 17px;
    }
    .tet-testo {
   font-size: 14px;
   line-height: 24px;
   font-weight: 500;
    }



   .elementor-widget-wrap>.elementor-element:not(:first-of-type)>.elementor-widget-container>.titolo-e-testo .tet-titolo {
    margin-top: 15px;
    }

    .elementor-section:not(:first-of-type)>.elementor-container>.elementor-column >.elementor-widget-wrap>.elementor-element>.elementor-widget-container>.titolo-e-testo .tet-titolo {
    margin-top: 15px;
    }

}
