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

.section {
  opacity: .8;
  background-image: linear-gradient(0deg, #00000080 100%, #000 0%), url('../images/IMG_1161.png');
  background-position: 0 0, 50%;
  background-size: auto, auto 100vh;
  width: 100vw;
  height: 100vh;
}

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

.heading {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.body {
  background-color: #000;
}

.heading-2 {
  opacity: .8;
  color: #fff;
  text-align: center;
  flex-flow: row;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
