.staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.staff .staff--member {
    flex: 0 1 calc(25% - 3rem);
    margin: 0 1.5rem 3rem;
    min-width: 200px;
    border: 1px solid #545454;
    border-radius: 8px;
}

.staff .staff--member .member--image {
    margin: -1px;
}

.staff .staff--member .member--info {
    padding: 30px 15px;
}

.staff .staff--member .member--info  .member--name {
    color: #a154a1;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.staff .staff--member .member--info .member--title {
  	font-size: 90%;
    margin-bottom: 7rem;
    font-style: italic;
  	color: #61676F !important;
}

.staff .staff--member .member--info a {
    color: #a154a1 !important;
}