:root {
  --white: white;
  --black: black;
}

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

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
  left: 50%;
}

.text-block {
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
