.page-header {
  margin-bottom: 2rem;
}

.page-header__title {
  font-size: 1.6rem;
  font-weight: normal;
}

.page-content {
  padding: 1.25rem 1rem;
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.page-content__title {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.page-content__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.page-content__header .page-content__title {
  margin-bottom: 0;
}

.about-intro {
  margin-bottom: 1.5rem;
}

.about-intro__photo {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.about-intro p {
  margin-bottom: 0;
}

.page-content p {
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.page-content__action {
  font-size: 0.85rem;
  text-decoration: none;
  color: #555;
  border: 1px solid #ccc;
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
}
