.team-image {
    width: 150px; /* Set a fixed width */
    height: 150px; /* Set a fixed height */
    object-fit: cover; /* Ensures the image scales proportionally */
}
.text-muted {
    color: #6c757d; /* Muted text color for position */
    font-size: 0.9rem; /* Slightly smaller text for distinction */
}