html,
body {
  background: #fff;
  width: 100%;
}

.header .flex .flex,
.sidebar-navigation {
  display: none;
}

.header {
  height: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.header img {
  position: absolute;
  top: 5px;
  right: 20px;
}

div.main-wrapper > .container,
.wrapper {
  width: 100%;
  max-width: none;
  min-height: 100vh;
}

h2 {
  font-size: 1.2rem !important;
}

