Some quick example text to build on the card title and make up the bulk of the card's content.
<div class="flex flex-column">
<div class="ampstart-card col-12 sm-col-4 md-col-6 lg-col-4">
<amp-img src="img/bootstrap-amp/rectangle1.png" width="230" height="140" layout="responsive" alt="Card"></amp-img>
<div class="p2">
<h4 class="my1">Card title</h4>
<p class="my1">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button href="#" class="ampstart-btn">Go somewhere</button>
</div>
</div>
</div>