.only_mobile{
    display: none !important;
}
.title{
    font-size: 68px;
}
.title.xl{
    font-size: 88px;
    min-width: 177px;
}
.space{
    clear: both;
    height: 100px;
}
.gap_def{
    gap: 100px;
}
.txt_right_desktop{
    text-align: right;
}
.txt_center_desktop{
    text-align: center;
}
.subheader_home{
    margin-top: 80px;
    height: calc(100svh - 80px);
}
.subheader_home .info p{
    font-size: 58px;
    line-height: 1.3;
}
.eq > div{
    flex: 1 1;
    overflow: hidden;
}
.auto_grow > div:first-of-type{
    flex: 0 0 auto;
    white-space: nowrap;
}
.auto_grow > div:last-of-type{
    flex: 1 1;
    white-space: nowrap;
}
.history_row{
    gap: 80px;
}
.history_row::before{
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
}
.history_row::after{
    left: 35px;
    width: 10px;
}
footer .pnrr img{
    height: 80px;
}
footer .pnrr .regione_liguria{
    height: 90px;
}
footer .pnrr .rusci{
    height: 100px;
}

