div.flexRow {
     display: flex;
     flex-direction: column-reverse;
}

div.flexRow > div:last-child {
     text-align: center;
     margin: auto;
}


@media only screen and (min-width: 650px) {
     div.flexRow {
          flex-direction: row;
     }
}

