#page-about .grid-container {
  padding-bottom: 5em;
  max-width: 920px;
  width: 95%;
}

#page-about .grid-container .col-12 {
  border-radius: var(--border-radius);
  overflow: visible;
  padding-bottom: 20%;
}

#page-about .grid-item-header-large {
  padding-top: var(--header-padding);
  padding-bottom: var(--header-padding);
}

#page-about .grid-item-content {
  position: relative;
  /* padding-bottom: 20em; */
}

#page-about .statistic {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  bottom: 0;
  right: -12.6%;
  max-width: 500px;
}

#page-about .statistic img {
  width: 100%;
  margin: 0 auto;
  top: 0;
  position: relative;
}

#page-about .statistic img:not(:first-child) {
  position: absolute;
}

#page-about .statistic img.state-1 {
  z-index: -1;
}

#page-about .statistic img.state-2 {
  z-index: -2;
}

#page-about .statistic img.state-3 {
  z-index: -3;
}

.section-title h2 {
  text-align: center;
}

.section-title .h3 {
  text-transform: capitalize;
}

.sub-title {
  text-align: center;
  color: var(--color-black-light);
  position: relative;
  padding: 10px 30px;
  max-width: 500px;
  margin: 0 auto;
}

#page-about .wrapper {
  max-width: 920px;
}

.features {
  position: relative;
}

.features ul {
  display: flex;
  align-items: stretch;
  margin: 1em auto 0;
  text-align: center;
}

.features img {
  width: 50px;
  height: 50px;
  margin: 0 auto 1em;
}

.counter-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
}

.counter-wrapper div {
  background: var(--linear-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  text-align: center;
  padding: 3em 0;
  border-radius: var(--border-radius);
  height: 100px;
}

.counter-wrapper strong {
  display: block;
  font-weight: 500;
}

.comparison-toggle-control {
  margin: 3em auto 0;
}

#page-about .scale-up {
  transform: scale(1.05);
}

@media only screen and (min-width: 1181px) {
  #page-about {
    padding-top: 10vh;
  }
}

@media only screen and (min-width: 769px) {
  .section-title {
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid var(--color-black-light);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #page-about {
    padding-top: 5em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .counter-wrapper {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .counter-wrapper div {
    flex-basis: 46%;
    margin-bottom: 4%;
  }
}

@media only screen and (min-width: 769px) {
  body:not(.language-cn) #page-about .grid-item-header-large {
    max-width: 80%;
  }

  #page-about .grid-container h1,
  #page-about .grid-container p,
  #page-about .grid-container a {
    z-index: 100;
  }

  body:not(.language-cn) #page-about .grid-container h1 {
    width: 550px;
  }

  #page-about .grid-container p {
    max-width: 600px;
  }

  #page-about .grid-container img {
    opacity: 0;
    transform: translateY(30%);
  }

  .sub-title {
    border-bottom: 1px solid var(--color-black-light);
    padding: 0;
  }

  .counter-wrapper {
    justify-content: center;
  }

  .counter-wrapper div {
    flex-basis: 24%;
    margin: 0 0.5%;
  }

  .counter-wrapper strong {
    font-size: 2.6em;
  }

  .counter-box {
    margin-bottom: 5px;
  }

  .features ul {
    justify-content: center;
    margin: 3em auto 2em;
  }

  .features .features-control {
    display: none;
  }

  .features li {
    flex-basis: 20%;
    padding: 0 0.5%;
  }

  .features li p {
    font-size: 0.85em;
  }

  .language-cn #page-about .grid-item-header-large {
    padding-bottom: var(--header-padding-narrow);
  }

  .language-cn #page-about .grid-item-content .btn-link {
    padding-top: var(--header-padding);
  }
}

@media only screen and (max-width: 768px) {
  #page-about {
    padding-top: 10vh;
  }

  #page-about .grid-item-header-large,
  #page-about .grid-item-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  #page-about .col-12 {
    padding-bottom: 30%;
  }

  #page-about .statistic {
    width: max(50%, 210px);
  }

  .features ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .features li {
    flex-basis: 29%;
    padding: 0 2% 3%;
    font-size: 0.8em;
  }

  #crowdfunding .features li {
    flex-basis: 30%;
  }

  .section-comparison {
    margin-top: 2em;
  }

  .comparison-toggle-control {
    margin: 1em auto;
  }

  .counter-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .counter-wrapper strong {
    font-size: 2em;
  }

  .counter-wrapper div {
    flex-basis: 46%;
    margin: 0 2% 4%;
  }

  .counter-box {
    margin-bottom: 0;
  }

  .counter-wrapper strong {
    line-height: 1;
    margin-bottom: 5px;
  }

  .language-cn #page-about .fancy-heading.anim-to-right {
    max-width: 255px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 541px) {
  #page-about .grid-container .col-12 {
    padding-bottom: 35%;
  }
}

@media only screen and (min-width: 481px) {
  .counter-box br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #page-about .h1 {
    max-width: 240px;
  }

  .language-cn #page-about .h1 {
    max-width: 230px;
  }

  .counter-wrapper div {
    padding: 2em 0;
  }

  .counter-box {
    width: 80%;
  }

  #telecommunication .features li:nth-child(n + 4) {
    flex-basis: 46%;
  }

  #cryptocurrency .features li:last-child {
    flex-basis: 46%;
  }

  #swimming .features li:first-child {
    flex-basis: 20%;
  }

  #swimming .features li:nth-child(2) {
    flex-basis: 39%;
  }

  #swimming .features li:nth-child(3) {
    flex-basis: 20%;
  }

  #crowdfunding .features li {
    flex-basis: 43%;
  }

  #page-about .fancy-heading.anim-to-right {
    max-width: 255px;
    margin: 0 auto;
  }

  .language-cn #page-about .col-12 p:first-child {
    max-width: 240px;
  }

  .language-cn #page-about .col-12 p:nth-child(2) {
    max-width: 280px;
  }

  .language-cn #page-about .col-12 p:nth-child(3) {
    max-width: 320px;
  }

  .language-cn #page-about .col-12 p:nth-child(4) {
    max-width: 235px;
  }
}

@media only screen and (max-width: 370px) {
  .counter-wrapper strong {
    font-size: 1.8em;
  }
}
