I am new to Bootstrap and I'm facing a challenge with arranging my list items. I have 15 items in total, and I want the last 7 items to be aligned on the right side (see the image for reference). Despite trying out various tutorials, I haven't been able to achieve the desired layout. Can you provide me with some guidance or a different approach to tackle this issue?
Even though this might seem like a basic question for beginners, I would greatly appreciate your assistance.
I envision the layout to look like this:
https://i.sstatic.net/oqaRf.png
https://i.sstatic.net/5c7CF.png
<section class="info2">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">The Simple and Secure Way</h2>
</div>
</div>
<ul class="list-group list-group-flush">
<!-- List items go here -->
</ul>
</div>
</section>