.personas{
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}

@media screen and (min-width:0px) {
    .personas{
       flex-direction: column;
    }
    
}

@media screen and (min-width:968px) {
    .personas{
       flex-direction: row;
    }
}