.future-blocks-widget {
  display: flex;
  gap: 24px;
  border-radius: 24px;
}
.future-blocks-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 97px;
  gap: 24px;
}

.future-blocks-widget .future-blocks-heading {
  color: var(--Default-White, #fff);
  font-family: "Urbanist";
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 115%;
  margin: 0;
}

.future-blocks-img-widget {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.future-blocks-image-bottom,
.future-blocks-image-top {
  position: absolute;
}

.future-blocks-image-top {
  top: -20%;
  right: 5%;
  z-index: 3;
}
.future-blocks-image-bottom {
  bottom: -17%;
  left: 8%;
  z-index: 1;
}

@keyframes crombie-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

.future-blocks-widget .future-blocks-miscellany-icon {
  width: 81px;
  height: 104px;
  animation: crombie-float 2s infinite alternate ease-in-out;
  filter: blur(2px);
}
.future-blocks-widget .crombie-icon-rotate {
  transform: rotate(238deg);

  width: 122px;
  height: 169px;
  filter: blur(3px);
}
@keyframes crombie-float-x {
  0%,
  100% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
}

.crombie-float-x {
  animation: crombie-float-x 2s infinite alternate ease-in-out;
}
.future-blocks-text-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 655px;
  z-index: 3;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.future-blocks-text-absolute-right {
  left: 9%;
}
.future-blocks-text-absolute-left {
  left: 30%;
}

@media (max-width: 768px) {
  .future-blocks-widget {
    flex-direction: column;
  }
  .future-blocks-image,
  .future-blocks-text {
    width: 100%;
  }

  .future-blocks-text {
    padding: 24px;
  }
  .future-blocks-widget .future-blocks-heading {
    font-size: 30px;
  }

  .future-blocks-img-widget {
    width: 100%;
  }
  .future-blocks-image-top {
    top: -42px;
    right: 5%;
  }
  .future-blocks-image-bottom {
    bottom: -40px;
    left: 8%;
  }
  .future-blocks-widget .future-blocks-miscellany-icon {
    width: 40px !important;
    height: 52px !important;
  }
  .future-blocks-widget .crombie-icon-rotate {
    width: 61px !important;
    height: 84px !important;
  }
  .future-blocks-text-absolute {
    position: relative;
    width: 100%;
    transform: translateY(0);
  }
  .future-blocks-text-absolute-right,
  .future-blocks-text-absolute-left {
    left: 0;
  }
}
