/**

    *Custom css for Comoda Italia
    @author: Giovanni GENTILE

*/



@media only screen and (max-width: 768px) {
    
    
    .gallery_tab .elementor-container .elementor-element .elementor-widget-container .e-n-tabs .e-n-tabs-heading{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
    
    .gallery_tab .elementor-container .elementor-element .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title{
        margin: 0;
        width: 130px;
        max-width: 130px;
        height: 69px;
        max-height: 69px;
        
    }
    
}