.page-history {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-history p {
  margin: 0;
}

.page-history .page-history__subtitle {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  color: black;
}