/* https://stackoverflow.com/questions/58887033/how-to-convert-this-structure-to-flex-box */
.container {display: flex; flex-direction: row;}
.box{display:flex; flex-direction:row;}
.img, .text{flex: 1 1 0px;}
img{width:100%;}


@media screen and (min-width: 768px) {.form-row > input {flex: 3;}}
@media screen and (min-width: 992px) {.form-row > input {flex: 4;}}
@media screen and (min-width: 1200px) {.form-row > input {flex: 5;}}
