@charset "utf-8";
/* CSS Document */

.history section {
  margin-bottom: 2em;
}
.history h2 {
  margin: 1em 0;
    padding: .3em;
    font-size: clamp(1.2em, 1.4vw, 1.4em);
    background: #eee;
}
.history section p {
  margin: 1em;
}