Beautiful Bootstrap team block — copy & paste ready.
<div class="container py-5">
<h2 class="fw-bold text-center mb-5">Meet the team</h2>
<div class="row g-4">
<div class="col-6 col-md-3 text-center">
<div class="rounded-4 overflow-hidden mb-3 bg-light" style="aspect-ratio:1"><img src="https://i.pravatar.cc/300?img=25" class="w-100 h-100"></div>
<h6 class="fw-bold mb-0">Person 1</h6><small class="text-secondary">Designer</small>
</div>
<div class="col-6 col-md-3 text-center">
<div class="rounded-4 overflow-hidden mb-3 bg-light" style="aspect-ratio:1"><img src="https://i.pravatar.cc/300?img=26" class="w-100 h-100"></div>
<h6 class="fw-bold mb-0">Person 2</h6><small class="text-secondary">Designer</small>
</div>
<div class="col-6 col-md-3 text-center">
<div class="rounded-4 overflow-hidden mb-3 bg-light" style="aspect-ratio:1"><img src="https://i.pravatar.cc/300?img=27" class="w-100 h-100"></div>
<h6 class="fw-bold mb-0">Person 3</h6><small class="text-secondary">Designer</small>
</div>
<div class="col-6 col-md-3 text-center">
<div class="rounded-4 overflow-hidden mb-3 bg-light" style="aspect-ratio:1"><img src="https://i.pravatar.cc/300?img=28" class="w-100 h-100"></div>
<h6 class="fw-bold mb-0">Person 4</h6><small class="text-secondary">Designer</small>
</div>
</div>
</div>