.colonnes {
    display: flex;
    height: 80vh;
    flex-direction:column;
    }
    
span {  
    column-count: 2;
    width: 40vw;
    column-fill: auto;
    height: 96vh;
}