.section.dedication {
  background-color: #cfcfcf;
  border-bottom: 2px solid orange;
  padding: 2rem 1rem 3rem;
}
.section.dedication .text-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section.dedication .card.person {
  display: block;
  width: 100%;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 1rem 0 2rem;
  background-color: transparent;
  border: 0;
}
.section.dedication .card-image {
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}
.section.dedication .card-image img {
  border-radius: 50%;
}
.section.dedication .card-content .card-text {
  max-width: 16rem;
  margin: 1rem auto 0;
  padding-left: 1rem;
  font-family: "Anivers-Regular";
  font-size: 1.15rem;
  line-height: 1.3rem;
  text-align: left;
  color: #000;
}
.section.dedication .bg-caption.people-single-caption {
  margin-top: 0;
  text-align: center;
}

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