.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #d6dcdf;
  font-family: Montserrat, sans-serif;
}

.div-logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.text-comingsoon {
  color: #328dbe;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-title {
  color: #111e38;
  text-align: center;
  font-size: 58px;
  font-weight: 500;
  line-height: 100%;
}

.div-mockup {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: flex;
}

.div-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  text-align: center;
}

.page-wrapper {
  background-image: url('../images/bg-mountain.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.button {
  background-color: #282e62;
  border-radius: 4px;
}

.button.coming-soon {
  background-color: #b9bac2
}

.buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  color: #111e38
}

h2 {
  color: #111e38;
  font-size: 20px;
}

a {
  color: #111e38;
  text-decoration: none;
}