.wahl-staff__photo {
    background-position: center !important;
    background-size: cover !important;
    height: 200px;
    width: 200px;
    border-radius: 2px 2px 0 0;
    padding: 0 !important;
}
.wahl-staff__super-wrapper {
    max-width: 1150px;
}
.wahl-staff {
    margin: 100px;
    text-align: center;
}
.wahl-staff__items {
	display: flex;
    flex-flow: row wrap;
	justify-content: center;
	gap: 70px 40px;
    margin: 0 auto;
}
.wahl-staff__info {
	background-color: transparent;
    padding: 10px 20px;
    display: flex;
    flex-flow: column nowrap;
    border-radius: 0 0 2px 2px;
    border-left: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}
.wahl-staff__name {
    font-size: large;
	font-weight: bold;
}
/* .wahl-staff__email {
    text-align: left;
    grid-area: email;
}
.wahl-staff__phone {
    grid-area: phone;
    text-align: right;
}
.wahl-staff__position {
    grid-area: position;
    text-align: right;
} */