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

.flex-block-42 {
  background-image: url('../images/Hexaract-background3x-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.image-15 {
  width: 20%;
}

.flex-block-43 {
  justify-content: flex-start;
  align-items: center;
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-size: 8em;
  font-weight: 700;
  line-height: .9em;
}

.paragraph-17 {
  color: #fff;
  text-align: center;
  width: 70%;
}

@media screen and (min-width: 1440px) {
  .image-15 {
    width: 15%;
  }

  .image-16 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .image-15 {
    width: 25%;
  }

  .heading-7 {
    font-size: 6em;
  }
}

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

  .heading-7 {
    font-size: 4em;
  }
}


