.fieldmembers-wrapper h1 {
  font-size: 45px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  border-radius: 10px;
}
.fieldmembers-wrapper .card img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
.fieldmembers-wrapper .card {
  border: 0px;
  box-shadow: 0px 0px 9px 2px lightgray;
  margin-bottom: 2rem;
}
.fieldmembers-wrapper .card .card-body {
  text-align: center;
}
.fieldmembers-wrapper .card h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--purple-dark);
}
