#content-info-historia {
    justify-content: center;
}

#content-info-historia img {
    width: 33%;
}

@media screen and (max-width: 1024px) {
    #content-info-historia img {
        width: 45%;
    }

    #info-interna-funzipa {
        padding: 20px;
    }

    #info-interna-funzipa p {
        padding: 0px ;
    }
}