.leadership {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.leadership .card {
  border-radius: 0 0 8px 8px;
  flex-grow: 1;
}
.leadership figure img {
  border-radius: 8px 8px 0 0;
}
.leadership h3 {
  margin-top: 0 !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #672227;
}
.leadership h3 small {
  display: block;
  clear: both;
  line-height: 1;
  margin-top: 8px;
  font-family: var(--font-family-body);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #484740;
}
.leadership h3 a {
  text-decoration: underline;
  color: var(--color-secondary);
}
.leadership h3 a:hover {
  color: var(--color-secondary-hover);
}
.leadership .wp-block-button {
  margin-bottom: 1.5rem;
}
.leadership .wp-block-button a {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/*# sourceMappingURL=style.css.map */
