<section class="py-5">
<div class="container py-4 text-center">
<h2 class="fw-bold mb-5">Our Staff</h2>
<div class="row g-4 justify-content-center">
<div class="col-md-3 col-6">
<img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200" class="rounded-circle shadow-sm mb-3" style="width:140px;height:140px;object-fit:cover;">
<h5 class="fw-bold mb-0">Amanda Clarke</h5>
<p class="text-primary small">Head of Admissions</p>
</div>
<div class="col-md-3 col-6">
<img src="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200" class="rounded-circle shadow-sm mb-3" style="width:140px;height:140px;object-fit:cover;">
<h5 class="fw-bold mb-0">Thomas Weber</h5>
<p class="text-primary small">Financial Aid</p>
</div>
<div class="col-md-3 col-6">
<img src="https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?w=200" class="rounded-circle shadow-sm mb-3" style="width:140px;height:140px;object-fit:cover;">
<h5 class="fw-bold mb-0">Rachel Green</h5>
<p class="text-primary small">Student Counselor</p>
</div>
</div>
</div>
</section>