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

.coming-soon {
  background-image: url('../images/Background-Image.webp');
  background-position: 50%;
  background-size: cover;
}

.cs-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.coming-soon-title {
  color: #521f12;
  text-align: center;
  margin-bottom: 25px;
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 110%;
}

.coming-soon-info {
  color: #521f12;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cs-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block {
  display: flex;
}

.contact-icon {
  background-color: #521f12;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  display: flex;
}

.image {
  overflow: hidden;
}

.contact-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #521f12;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.cs-bottom {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-title {
  color: #521f12;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.phone {
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .coming-soon {
    background-size: cover;
  }

  .link-block {
    width: 100%;
    max-width: 18%;
  }

  .cs-wrap {
    grid-row-gap: 55px;
  }

  .coming-soon-title {
    margin-bottom: 20px;
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .coming-soon-title {
    font-size: 54px;
  }

  .coming-soon-info {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    max-width: 34%;
  }

  .cs-wrap {
    grid-row-gap: 40px;
  }

  .coming-soon-title {
    margin-bottom: 12px;
    font-size: 34px;
  }

  .contact-icon {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .cs-bottom {
    grid-row-gap: 12px;
  }

  .contact-title {
    font-size: 18px;
  }

  .number {
    font-size: 17px;
  }
}


