<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="news-title">
<h3 class="title">NEWS & ARTICLES</h3>
</div>
</div></div>
<div class="row row-cols-1 row-cols-md-3 g-4" style="justify-content: center;margin-top: 25px;">
<div class="col resize-card">
<div class="card-img-wrap h-100">
<img src="SiteAssets/assets/igomd/images/news-1.png" class="card-img-top" alt="...">
<div class="card-body">
<h4 class="card-title">KIOSK</h4>
</div>
</div>
</div>
<div class="col resize-card">
<div class="card-img-wrap h-100">
<img src="SiteAssets/assets/igomd/images/news-2.png" class="card-img-top" alt="...">
<div class="card-body">
<h4 class="card-title">LOREM</h4>
</div>
</div>
</div>
<div class="col resize-card">
<div class="card-img-wrap h-100">
<img src="SiteAssets/assets/igomd/images/news-3.png" class="card-img-top" alt="...">
<div class="card-body">
<h4 class="card-title">IPSUM</h4>
</div>
</div>
</div>
</div>
</div>
Basicly i need to align NEWS & ARTICLES and the Cards below vertically. So they have to start at the same vertical level. I could not manage to find a css solution for this.
I think that the div with the (class="row row-cols-1 row-cols-md-3 g-4" style="justify-content: center;margin-top: 25px;) properties are preventing the title and Cards to start at the same vertical level.
I made a crop and paste picture to show you what i need to accomplish you guys. Here is the photo of what i need to do.
What can i do to accomplish this below with that given html?

