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

.container {
  background-color: #eee;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 940px;
  display: flex;
}

.image {
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading {
  font-family: Exo, sans-serif;
}

.button {
  background-color: #387dec;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block {
  margin-bottom: 10px;
}
