.header {
  width: 100%;
}

.header-container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  max-height: 600px;
  background-position: initial;
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}

.header-buttons {
  text-align: center;
}

.max-w-custom {
  max-width: 398px;
  margin: 0 auto;
}

.scroll-down::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 25px;
  background-color: #fff;
}

.scroll-down {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

