#page-index .title {
  text-align: center;
}

.language-cn #page-index .title h1 {
  margin-bottom: 5px;
}

#page-index .title h3 {
  margin-bottom: 0.5em;
}

#page-index .col-12 h2 {
  text-transform: unset;
}

#page-index .statistic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#page-index .statistic img {
  width: 100%;
  margin: 0 auto;
  transform: translateY(10%);
  opacity: 0;
}

#page-index .statistic img:not(:first-child) {
  position: absolute;
}

#page-index .statistic img:nth-child(2) {
  z-index: -1;
}

#page-index .statistic img:nth-child(3) {
  z-index: -2;
}

#page-index .solutions img {
  margin: 0 auto;
  width: 100%;
}

#page-index .grid-item {
  text-align: center;
}

@media only screen and (min-width: 961px) {
  #page-index .solutions {
    background: none;
  }

  #page-index .grid-item-content {
    padding-bottom: 0;
  }

  .language-cn #page-index .col-6 .h2 {
    font-size: 2.8em;
  }
}

@media only screen and (max-width: 960px) {
  #page-index .title {
    max-width: 85%;
    margin: 0 auto;
  }

  #page-index .solutions .grid-item-header {
    padding: var(--header-padding) var(--header-padding-narrow)
      var(--header-padding-narrow);
  }

  #page-index .grid-item-content {
    padding-bottom: var(--header-padding-narrow);
  }
}

@media only screen and (min-width: 769px) {
  #page-index .title h1 {
    margin-top: 68px;
    margin-bottom: 0;
  }

  #page-index .title h3 {
    margin-bottom: 20px;
  }

  #page-index .statistic {
    max-width: 650px;
  }

  #page-index .statistic .mobile-state {
    display: none;
  }

  #page-index .grid-item-content {
    padding-top: var(--header-padding);
    margin-top: auto;
  }

  #page-index .grid-item-header h3 {
    margin-bottom: 20px;
  }

  #page-index .col-6 .h2 {
    font-size: 2em;
  }

  #page-index .col-6 .h3 {
    font-size: 1.5em;
  }

  #page-index .desktop {
    position: relative;
  }

  #page-index .home-gami-sub-1 {
    z-index: -1;
  }

  #page-index .home-gami-sub-2 {
    z-index: -2;
  }
}

@media only screen and (max-width: 768px) {
  #page-index .title {
    display: flex;
    flex-direction: column;
    min-height: 95vh;
    justify-content: center;
  }

  #page-index .title h3 {
    margin: 0.6em auto 1em;
  }

  #page-index h3 {
    font-size: 1.1em;
    max-width: 80%;
  }

  #page-index .cta h3,
  #page-index #threer h3,
  #page-index #integrated h3,
  #page-index #google h3 {
    max-width: 220px;
  }

  #page-index .solutions h3 {
    margin: 5px auto 1em;
  }

  #page-index .solutions {
    margin-top: 10px;
    width: 100%;
  }

  #page-index .solutions .grid-item-header {
    padding: var(--header-padding-narrow);
  }

  #page-index .solutions img {
    max-width: 90vw;
    padding-bottom: 10px;
    padding-top: 3em;
  }

  #page-index .statistic {
    margin: 20vh auto 0;
  }

  #page-index .cta h2 {
    margin-bottom: 5px;
  }

  #page-index .cta h3 {
    margin: 0 auto 1em;
  }

  #page-index .cta img {
    width: 90%;
    margin-top: 2.5em;
  }

  .language-cn #page-index .h1,
  .language-cn #page-index .h2 {
    font-size: 2em;
    font-weight: 900;
  }

  .language-cn #page-index h3 {
    font-size: 1.2em;
  }

  .language-cn #page-index .title h3 {
    margin: 0.2em auto 1em;
  }
}

@media only screen and (max-width: 540px) {
  #page-index .grid-item {
    padding: 3em 0;
  }

  #page-index .grid-item-content {
    padding: 0;
  }

  #page-index .solutions .grid-item:nth-child(-n + 2) img {
    max-width: 100vw;
  }
}
