.questionFlexo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin:auto;
}
.questionFlexo div{
    display:flex;
    flex-direction:row;
    justify-content: center;
}