/**
 * page-unser-team.css — Layout der Team-Mitglieder-Karten.
 * Selektoren sind alle auf `.al.agents-list` gescoped, damit das CSS
 * NICHT auf die gleichnamigen `.profilebox`-Elemente im Footer übergreift.
 */

.al.agents-list {
    display: flex;
    flex-wrap: wrap;
}

.al.agents-list .profile-column {
    flex: 1 1 300px;
    margin: 10px;
}

.al.agents-list .profilebox {
    background-color: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
}

.al.agents-list .profilebox .profileimg,
.al.agents-list .profilebox .profilename,
.al.agents-list .profilebox .profilesub,
.al.agents-list .profilebox .profilecontact {
    margin-bottom: 15px;
}
