.people-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}
.people-card:hover .people-card__image-wrapper img {
  transform: scale(1.08)
}
.people-card:hover .wp-block-button__link {
  text-decoration: underline
}
.people-card__image {
  margin-bottom: 1rem
}
.people-card__image-wrapper {
  padding-bottom: 100.3%;
  border-radius: 1rem
}
@media (min-width:48rem) {
  .people-card__image-wrapper {
    padding-bottom: 92.11%
  }
}
.people-card__image-wrapper-image {
  border-radius: 0
}
.people-card__title {
  font-weight: var(--title-1-font-weight);
  font-size: var(--title-1-font-size);
  font-family: var(--title-1-font-family);
  line-height: var(--title-1-line-height);
  font-variant-numeric: var(--title-1-font-variant-numeric);
  margin-top: 0;
  margin-bottom: .5rem
}
.people-card .wp-block-button__link {
  display: block;
  margin-bottom: .5rem;
  color: #06070e
}
.people-card .wp-block-button__link:focus,
.people-card .wp-block-button__link:hover {
  text-decoration: underline
}