@media screen and (min-width: 992px) {
  .main-screen-new__images-desktop {
    display: flex !important;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 24px 0;
  }

  .hero-globe-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
  }

  .hero-globe-row__stats {
    flex: 0 1 460px;
    max-width: 460px;
    padding-top: 16px;
  }

  .hero-globe-row .global-reach__title {
    margin: 0 0 32px;
    padding: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .hero-globe-row .global-reach__accent {
    color: #daff7c;
  }

  @media screen and (min-width: 1200px) {
    .hero-globe-row .global-reach__title {
      font-size: 48px;
    }
  }

  .hero-globe-row__globe {
    flex: 0 1 auto;
    margin-left: auto;
    overflow: visible;
    max-width: 100%;
  }

  .hero-globe-row__globe .globe {
    margin-left: auto;
    margin-right: 0;
  }
}

.hero-globe-row .global-reach__stats {
  position: relative;
}

.hero-globe-row .global-reach__stats::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(to bottom, rgba(100, 172, 255, 0.5), rgba(100, 172, 255, 0.1));
}

.hero-globe-row .global-reach__stat {
  padding-left: 28px;
}

.hero-globe-row .global-reach__stat:not(:last-child) {
  margin-bottom: 40px;
}

.hero-globe-row .global-reach__stat-heading {
  position: relative;
  margin: 0 0 8px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}

.hero-globe-row .global-reach__stat-heading::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 4px;
  width: 2px;
  height: 22px;
  border: 1px solid #64acff;
}

.hero-globe-row .global-reach__stat-info {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}

.hero-globe-row .global-reach__stat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 360px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-globe-row .global-reach__stat-list li {
  width: calc(50% - 12px);
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 991px) {
  .hero-globe-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hero-globe-row__stats {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 8px 4px;
    text-align: center;
  }

  .hero-globe-row__stats .global-reach__stats {
    display: none;
  }

  .hero-globe-row .global-reach__title {
    margin: 0 0 20px;
    padding: 0 8px;
    font-size: clamp(28px, 7vw, 34px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #fff;
    text-align: center;
  }

  .hero-globe-row .global-reach__accent {
    color: #daff7c;
  }

  .hero-globe-row__globe {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
