<div class="col-md-6 col-lg-3"> <div class="exp-card"> <div class="icon-box"> {% if key == 0 %} <i class="bi bi-headset"></i> {% elseif key==1 %} <i class="bi bi-patch-check"></i> {% elseif key==2 %} <i class="bi bi-compass"></i> {% elseif key==3 %} <i class="bi bi-shield-check"></i> {% endif %} </div> <h5>{{ section.title }}</h5> <p>{{ section.content }}</p> </div></div>