.staff-section {
  margin: 20px 0;
}

.staff-title {
  text-align: center;
  font-weight: 300;
  margin: 30px 0 30px;
  text-transform: uppercase;
  text-decoration: underline;
}

.staff-card {
  text-align: center;
  margin-bottom: 10px;
}

.staff-card img {
  width: 120px;
  height: 120px;
  /* object-fit: cover; */
  /* border-radius: 10px; */
  background: #5fa0d6;
  /* padding: 10px; */
}

.staff-name {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  
}
