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

.body {
  color: #000;
  letter-spacing: .5px;
  background-color: #595dde;
  height: 100%;
  font-size: 30px;
  line-height: 30px;
}

.section {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: space-around;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.container {
  max-width: none;
  max-height: none;
}

.flex-block {
  height: 100%;
  margin: 0;
  padding: 18px;
  display: flex;
}

.div {
  color: #000;
  border: 0 solid #fff;
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 50vh;
  display: flex;
}

.div.lower {
  border-width: 0;
  border-color: #bd949400;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.div.upper {
  border-width: 0;
  width: 100%;
}

.div-block-2 {
  height: 50vh;
}

.image {
  width: 400px;
}

.paragraph {
  letter-spacing: .2px;
  line-height: 30px;
}

.paragraph-2 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 20px;
    line-height: 20px;
  }

  .image {
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 50%;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 14px;
  }
}
