@media only screen and (max-width: 992px) {
  .trans{
    display: flex;
    flex-wrap: wrap;
  }

  .transText{
	order: 1;
  }
}