Я хотел бы показать правую позицию div в левую позицию в мобильном представлении.Я использую загрузчик 4. Ниже я добавляю свой HTML-код.Правильное изображение должно появиться первым в мобильном представлении.Заранее спасибо.
<div class="card">
<div class="row no-gutters">
<div class="col-8">
<div class="card-block">
<h4 class="card-title">v</h4>
<p class="card-text">Robotics is an interdisciplinary branch of engineering and science that includes mechanical engineering, electronic engineering, information engineering, computer science, and others. Robotics deals with the design, construction, operation, and
use of robots, as well as computer systems for their control, sensory feedback, and information processing.</p>
<a href="#" title="">Explore <i class="fa fa-caret-right"></i></a>
</div>
</div>
<div class="col-4">
<img src="./images/product-development.jpg" class="img-fluid" alt="product-development">
</div>
</div>
</div>