.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 {
  background-color: #f5e6bc;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image {
  width: 50%;
}

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

.code-embed {
  width: 100%;
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
  }

  .image {
    width: 70%;
  }
}


