.app06-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#ABB4C4), to(#FDFDFD));
  background: linear-gradient(180deg, #ABB4C4 0%, #FDFDFD 100%);
}
.app06-section .app06-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68%;
  margin: 0 auto;
}
.app06-section .app06-section-container .left {
  width: 38%;
}
.app06-section .app06-section-container .left .title {
  color: var(--1, #323336);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 24px;
}
.app06-section .app06-section-container .left .sub-title {
  color: var(--2, #4D4D4D);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.app06-section .app06-section-container .left .code {
  margin-top: 100px;
  width: 140px;
}
.app06-section .app06-section-container .left .code img {
  width: 100%;
}
.app06-section .app06-section-container .right {
  width: 58%;
}
.app06-section .app06-section-container .right img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .app06-section .app06-section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .app06-section .app06-section-container .left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .app06-section .app06-section-container .left .title {
    color: var(--1, #323336);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
  }
  .app06-section .app06-section-container .left .sub-title {
    color: var(--2, #4D4D4D);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .app06-section .app06-section-container .left .code {
    width: 37%;
    margin: 47px auto 0;
  }
  .app06-section .app06-section-container .left .code img {
    width: 100%;
  }
  .app06-section .app06-section-container .right {
    width: 100%;
  }
  .app06-section .app06-section-container .right img {
    width: 100%;
  }
}