Welcome to my first post on stackoverflow, hoping everything goes smoothly.
I am struggling with aligning the content centrally and placing the images to the left and right of the center in 3 media objects. I have provided images of the current layout and how I envision it below.
Below is the code snippet I am working with;
<!-- Reviews start !-->
<section id="reviews">
<div class="media border p-3 center-stuff col">
<img src="images/prof-1.jpg" class="rounded-circle media-img mt-2 align-self-center">
<div class="media-body col-md-12 center-stuff">
<h4 class="mt-3">Stan Dutton <small><i>In Store Review on October 18, 2019</i></small></h4>
<blockquote>
<p class="mb-3">"Ale on point. Free retro games consoles playable open till close, can't get enough!" "Ale on point. Free retro games consoles playable open till close, can't get enough!" "Ale on point. Free retro games consoles playable open till close, can't get enough!" "Ale on point. Free retro games consoles playable open till close, can't get enough!""Ale on point. Free retro games consoles playable open till close, can't get enough!"</p>
</blockquote>
<p class="center-stuff">Customer Satisfaction %</p>
<div class="progress col-6 center-stuff mb-3">
<div class="progress-bar" style="width:93%"></div>
</div>
</div>
</div>
<div class="media border p-3 mt-3">
<div class="media-body col-md-12 center-stuff">
<h4 class="mt-3">Stan Dutton <small><i>In Store Review on October 18, 2019</i></small></h4>
<blockquote>
<p class="mb-3">"Ale on point. Free retro games consoles playable open till close, can't get enough!" "Ale on point. Free retro games consoles playable open till close, can't get enough!" "Ale on point. Free retro games consoles playable open till close, can't get enough!" "Ale on point. Free retro games consoles playable open till close, can't get enough!""Ale on point. Free retro games ...
</blockquote>
<p class="center-stuff">Customer Satisfaction %</p>
<div class="progress col-6 center-stuff mb-3">
<div class="progress-bar" style="width:93%"></div>
</div>
</div>