Purchase procedure

<div id="flow">
<h2>Step 1</h2>
<img src="https://cdn.shopify.com/s/files/1/0600/8127/5047/files/Shopify_-1.png?v=1665432480" alt="">
<h2>Step 2</h2>
<img src="https://cdn.shopify.com/s/files/1/0600/8127/5047/files/Shopify_-2.png?v=1665432492" alt="">
<h2>Step 3</h2>
<img src="https://cdn.shopify.com/s/files/1/0600/8127/5047/files/Shopify_-3.png?v=1665432505" alt="">
<h2>Step 4</h2>
<img src="https://cdn.shopify.com/s/files/1/0600/8127/5047/files/Shopify_-4.png?v=1665432515" alt="">
</div>

<style type="text/css">
#flow h2{
font-weight: bold;
font-size: 1.5em;
text-align: center;
background: #353535;
color: #fff;
border-radius: 100px;
}
#flow img{
border: solid 1px #555;
display:block;
margin:0 auto 40px;
width:95%;
}
</style>