#experience {
  position: relative;
  z-index: 10;
}

.chapter {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 6vw 7vw;
  pointer-events: none;
}

.chapter-copy.left {
  margin-left: 1vw;
}

.chapter-copy.right {
  margin-left: auto;
  margin-right: 1vw;
}

.chapter-5 {
  justify-content: center;
  text-align: center;
}
