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

.section {
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image {
  width: 200px;
}

.flex-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.text-block {
  font-size: 1.5rem;
  line-height: 150%;
}

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

  .text-block {
    font-size: 1rem;
  }
}
