:root {
  --color-2: #e89f4a;
  --color-1: #2a5c5b;
  --color-3: #aba77b;
}

.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;
  }
}

.temp__logo_img {
  width: 450px;
}

.temp__logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  display: flex;
}

.temp__text_coming_soon {
  color: var(--color-2);
  text-align: center;
  margin-top: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.bold-text {
  color: var(--color-1);
  text-align: center;
  background-color: #0000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  font-weight: 400;
}

.temp__text_awaken {
  text-align: center;
  margin-top: 25px;
  font-size: 23px;
}

.text-block {
  text-align: center;
  margin-top: 32px;
  padding-left: 196px;
  padding-right: 196px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .text-block {
    padding-left: 92px;
    padding-right: 92px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media screen and (max-width: 479px) {
  .temp__logo {
    padding-left: 0;
    padding-right: 0;
  }

  .temp__text_coming_soon {
    text-align: center;
    margin-top: 29px;
    font-size: 24px;
    line-height: 25px;
  }

  .bold-text {
    line-height: 33px;
  }

  .text-block {
    margin-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .temp_container {
    padding-left: 35px;
    padding-right: 35px;
  }
}


