.headshot-title {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.headshot-title .title-and-role {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.headshot-title .title-and-role .title {
  color: var(--darkRed);
}
.headshot-title .title-and-role .role {
  color: var(--red);
}
.headshot-title .featured-image {
  align-self: center;
  max-width: 100%;
  height: auto;
}

.quote {
  margin: 0;
  text-align: justify;
}

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