.widgetBoxInfo {
    display: flex;
    height: 100%;
}

.boxInfoWeb2 {
    padding: 25px;
    border-radius: 30px;

    max-width: 100%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boxInfoWeb2 .boxInnerMain 
{
    display: flex;
    align-items: center;
    gap: 20px;
}

.boxInfoWeb2 .boxInnerMain .boxInnerLeft {
    flex:2;
}
.boxInfoWeb2 .boxInnerMain .boxInnerRight {
    flex:1;
}

.boxInfoWeb2 .boxInnerMain .boxInnerLeft .boxTitle .titolo  {
    font-weight: 600;
}

.boxInfoWeb2 .boxInnerMain .boxInnerRight .numberBoxInfo {
	font-size: 12rem;
	font-weight: 500;
	text-align: center;
	scale: 0;
	transform-origin: center;
}
body.elementor-editor-active .boxInfoWeb2 .boxInnerMain .boxInnerRight .numberBoxInfo {
	scale: 1;
}