#about .s2 .container-inner {
  max-width: 980px;
}
#about .s2 .container-inner p:nth-child(2) {
  max-width: 688px;
  margin-left: auto;
  margin-top: 3rem;
}
#about .s3 {
  position: relative;
  padding-bottom: 10rem;
}
#about .s3 .card {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  padding: 4.5rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2509803922);
  z-index: 1;
  position: relative;
}
#about .s3 .card p {
  max-width: 440px;
}
#about .s3 .card h3, #about .s3 .card p {
  opacity: 0.5;
  transition: opacity 0.5s ease;
  z-index: 1;
  position: relative;
}
#about .s3 .card.is-active h3, #about .s3 .card.is-active p {
  opacity: 1;
}
#about .s3 .center {
  width: 360px;
  height: 817px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/i/platform-bg-graphic2.png) no-repeat center/cover;
  pointer-events: none;
  transition: background-image 0.5s ease;
  will-change: background-position, transform;
  transition: transform 0s linear;
}
#about .s4 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}
#about .s4 > div {
  width: 50%;
  height: 100vh;
  position: relative;
}
#about .s4 .left {
  background: #fff;
  color: #000;
}
#about .s4 .left > div {
  max-width: 510px;
  width: calc(100% - 2rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about .s4 .left h2 {
  margin-bottom: 3rem;
}
#about .s4 .left p {
  color: #000;
}
#about .s4 .bg-parallax {
  background: url(/i/our-commitment-bg-parralax2.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1340px) {
  #about .s3 .center {
    width: 260px;
    height: 620px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 1100px) {
  #about .s4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #about .s4 > div {
    width: 100%;
    height: auto;
  }
  #about .s4 .left {
    padding: 7rem 1rem;
  }
  #about .s4 .left > div {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    max-width: none;
    margin: 0 auto;
  }
  #about .s4 .right {
    height: 500px;
  }
}
@media screen and (max-width: 1023px) {
  #about .s2 .container-inner p:nth-child(2) {
    max-width: none;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #about .s2 {
    padding: 5rem 0;
  }
  #about .s2 .container-inner p:nth-child(2) {
    padding-left: 20px;
    margin-top: 2rem;
  }
  #about .s3 {
    padding-bottom: 5rem;
  }
  #about .s3 .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #about .s3 .card p {
    max-width: none;
  }
  #about .s3 .center {
    width: 150px;
    height: 350px;
  }
  #about .s4 .left {
    padding: 5rem 1rem;
  }
  #about .s4 .left h2 {
    margin-bottom: 2rem;
  }
  #about .s4 .right {
    height: 400px;
  }
}

/*# sourceMappingURL=about.css.map */
