La imagen debe venir en vista móvil antes que el texto utilizando bootstarp 4

Quiero conseguir la imagen primero, en vista móvil,Esto significa que las imágenes se en la parte superior de los textos utilizando bootstap 4.3.1

http://prntscr.com/nk9bw9

tomar vistazo a esta foto,esta es la forma en que quiero tener en el móvil!

   <div class="container-fluid feature-section">
       <div class="row">

          <!--Left feature section start-->

           <div class="col-6">
               <div class="feature-text" style=";">
               <div class="feature-text-next" style=";">
                   <h2>We build successful,<br />long-lasting.</h2>
                   <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believabl

                       There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believabl</p>
                   <a href="https://www.joomshaper.com/life-at-joomshaper" class="-btn">Get started</a>

               </div>
           </div>
      </div>

           <div class="col-6">
                <img src="assets/img/feature1.jpg" class="img-fluid" alt="">
           </div>