HTML code
<link rel="stylesheet" href="Icons-Test.css">
<title>Icons</title>
<div class="Icon-container">
<div class="IconImg">
<img src="<https://cdn.shopify.com/s/files/1/0549/8745/6601/t/7/assets/01-No-artificial-fragrances.png?v=1671295811>" alt="No artificial fragrances" width="100">
<h3>No Artificial Fragrances</h3>
</div>
<div class="IconImg">
<img src="<https://cdn.shopify.com/s/files/1/0549/8745/6601/t/7/assets/02-Natural-Actives.png?v=1671295818>" alt="Natural actives" width="100">
<h3>Natural Actives</h3>
</div>
<div class="IconImg">
<img src="<https://cdn.shopify.com/s/files/1/0549/8745/6601/t/7/assets/03-Biodegradable-Ingredients.png?v=1671295827>" alt="Biodegradable ingredients" width="100">
<h3>Biodegradable Ingredients</h3>
</div>
<div class="IconImg">
<img src="<https://cdn.shopify.com/s/files/1/0549/8745/6601/t/7/assets/04-Cruelty-free.png?v=1671295837>" alt="Cruelty-free" width="100">
<h3>Cruelty-free</h3>
</div>
<div class="IconImg">
<img src="<https://cdn.shopify.com/s/files/1/0549/8745/6601/t/7/assets/05-Safe-Preservatives.png?v=1671295845>" alt="Safe Preservatives" width="100">
<h3>Safe Preservatives</h3>
</div>
<div class="IconImg">
<img src="<https://cdn.shopify.com/s/files/1/0549/8745/6601/t/7/assets/06-Recycleable-Packaging.png?v=1671295855>" alt="Recycleable Packaging" width="100">
<h3>Recycleable Packaging</h3>
</div>
</div>
CSS code
.Icon-container { display: flex; flex-wrap: wrap; margin: auto; }
.IconImg { margin: auto; padding: 20px; font-family: “Domine”, serif; font-size: 1rem; width: 150; word-break: break-word; color: #2f5350; text-align: center; }