#form .relative.w-screen-xl.mx-auto.mt-\[24px\] {
  position: relative;
  min-height: 540px;
  overflow: hidden;
}

#form .jxx-form-stats-decor {
  position: absolute;
  right: 88px;
  bottom: 70px;
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 1;
  pointer-events: none;
}

#form .jxx-form-stats-decor img {
  display: block;
  width: 360px;
  height: 360px;
  object-fit: contain;
}

#form .jxx-form-stats-decor .flex.items-center.gap-\[55px\] {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 55px;
}

#form .jxx-form-stats-decor .font-numberFont {
  font-size: 48px;
  line-height: 1.1;
}

.jxx-home-stats-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 130px;
  margin-top: 80px;
  flex-wrap: wrap;
}

.jxx-home-stats-row > .flex.flex-col {
  width: 300px;
  text-align: center;
}

@media (max-width: 1280px) {
  #form .relative.w-screen-xl.mx-auto.mt-\[24px\] {
    min-height: 0;
    overflow: visible;
    padding-bottom: 24px;
  }

  #form .jxx-form-stats-decor {
    position: static;
    width: 100%;
    margin-top: 32px;
    pointer-events: auto;
  }

  #form .jxx-form-stats-decor img {
    width: min(360px, 100%);
    height: auto;
    margin: 0 auto;
  }
}
