.main-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}

.doc-content {
  justify-content: space-between;
  min-width: 0px;
  width: 100%;
}

.column {
  display: flex;
  justify-content: space-between;
}

grit-wc-in-page-navigation {
  align-self: flex-start;
}