/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  font-family: 'Suisse Intl', sans-serif;
  height: auto;
  width: 100vw;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

.content {
  min-height: 100vh;
  padding-bottom: 285px;
  padding-top: 72px;
  background: var(--Koo-Midnight-Green, #263228);
}

@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 500px;
  }
}
