.content {
  display: none;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: column;

  &.show {
    display: flex;
  }
}