.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: #ebebeb;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.image {
  width: 150px;
}

.button {
  background-color: #222;
  padding: 7px 12px;
}

.image-2 {
  width: 60px;
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 20px;
  }
}


