Back to Services
Services

Icon Feature List

Inline icon + text features.

#services#features#icons

Live preview

Source code

html
<section class="py-5">
  <div class="container py-4">
    <h2 class="text-center fw-bold mb-5">What we do</h2>
    <div class="row g-4">
      <div class="col-md-6 col-lg-3 text-center">
        <i class="bi bi-lightning-charge-fill text-primary display-5"></i>
        <h5 class="mt-3 fw-bold">Fast</h5>
        <p class="text-muted small">Performance-first by default.</p>
      </div>
      <div class="col-md-6 col-lg-3 text-center">
        <i class="bi bi-shield-check text-success display-5"></i>
        <h5 class="mt-3 fw-bold">Secure</h5>
        <p class="text-muted small">Best practices baked in.</p>
      </div>
      <div class="col-md-6 col-lg-3 text-center">
        <i class="bi bi-tools text-warning display-5"></i>
        <h5 class="mt-3 fw-bold">Maintainable</h5>
        <p class="text-muted small">Clean and documented code.</p>
      </div>
      <div class="col-md-6 col-lg-3 text-center">
        <i class="bi bi-globe2 text-info display-5"></i>
        <h5 class="mt-3 fw-bold">Worldwide</h5>
        <p class="text-muted small">Localization-ready.</p>
      </div>
    </div>
  </div>
</section>

More designs in this section