Hello, Carlos!
(Insert the following codes into Customizing->General->Additional CSS:
@media only screen and (max-width: 600px) {
.vision-row{
display: flex!important;
flex-direction: column!important;
}
#secondary{
order:1!important;
}
#primary{
order:2!important;
}
#frontpage-boxes{
order:3!important;
}
}
Set the order of the elements as you like.
Regards