.staff-block {
  font-family: "Karla", sans-serif;
  width: 220px;
  display: inline-block;
  margin: 15px 15px 0 0;
}
.staff-block a {
  text-decoration: none;
  color: black;
}
.staff-block .staff-name {
  color: #FF703D;
  font-weight: bold;
  margin-top: 1em;
}
.staff-block .staff-title {
  color: black;
  font-weight: 400;
}
.staff-block .staff-image {
  padding: 0;
  margin: 0;
  text-align: center;
}
.staff-block .staff-image img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.site-main .entry-content .staff-block + h2 {
  margin-top: 2rem;
}

.acf-block-preview .staff-block a {
  pointer-events: none;
}/*# sourceMappingURL=staff.css.map */