.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-2 {
  text-align: center;
}

.heading-2 {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
}

.div-block {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading {
  color: #fffb00;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
}

.link {
  color: #fff;
}

.body {
  background-color: #422727;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading {
    font-size: 36px;
    line-height: 40px;
  }
}


