@media only screen and (max-width:992px){
  .img_text_flex{
    flex-direction:column-reverse;
  }
}