/* --- About Us Page Specific Styles --- */

/* Ensure team images are cropped nicely and consistently */
.team-img {
    width: 120px;
    height: 120px;
    object-fit: cover; /* Ensures image covers the space without distortion */
    border: 3px solid #0056b3; /* Primary Blue color border for emphasis */
}

.card {
    border-radius: 1.5rem !important; /* Soft rounded corners */
}