/* info3 */
.info3 {
  padding-top: 174px;
  padding-bottom: 118px;
}
.info3 {
  background: url('../../assets/img/infoBg3.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* infoBottom */
.infoBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.13);
  padding: 16px 0;
  margin-top: -76px;
  position: relative;
  z-index: 1;
}
.infoBottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
  border-right: 1px solid #eeeff2;
  width: 33.333%;
  padding: 20px 31px 20px 30px;
}
.infoBottomBox img {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.infoBottomBoxTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 115% */
}
.infoBottomBoxSub {
  color: #4f5665;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
}

/* city */
.city {
  background-image: url('../../assets/img/airplane.svg');
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-top: 44px;
}
.cityInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cityText {
  width: 50%;
}
.cityTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 59.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 130.51% */
  text-transform: uppercase;
}
.citySub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  margin-top: 18.9px;
}
.cityImg {
  width: 50%;
}
.cityImg img {
  display: block;
  max-width: 100%;
}

/* scope */
.scope {
  margin-top: 145px;
}
.scopeSub {
  color: #3c9ba5;
  text-align: center;
  font-family: 'Bebas Neue Pro';
  font-size: 31.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.68px; /* 99.937% */
}
.scopeTitle {
  color: #3c9ba5;
  text-align: center;
  font-family: 'Bebas Neue Pro';
  font-size: 59.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 59.4px; /* 100% */
  margin-top: 10px;
}
.scopeBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 10px;
}
.scopeBlock {
  width: 33.3333%;
  padding: 10px;
}
.scopeBlock img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.scopeBlockTitle {
  color: #3c9ba5;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.7px; /* 165% */
  letter-spacing: 2.2px;
}
.scopeBlockSub {
  color: #1d1e20;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  margin-top: 9.75px;
}

/* our */
.our {
  background-image: url('../../assets/img/ourBg.webp');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 47% auto;
  margin-top: 100px;
}
.ourText {
  width: 50%;
  margin-left: auto;
  padding: 40px 0;
}
.ourTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 130% */
  text-transform: uppercase;
}
.ourSub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  margin-top: 19px;
}
.ourSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.ourSub1Block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 23px;
}
.ourSub1 {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.ourSub1Block img {
  display: block;
}

/* info4 */
.info4 {
  padding-top: 174px;
  padding-bottom: 118px;
}
.info4 {
  background: url('../../assets/img/infoBg4.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* info5 */
.info5 {
  padding-top: 174px;
  padding-bottom: 118px;
}
.info5 {
  background: url('../../assets/img/infoBg5.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* scope1 */
.scope1 .scopeBlock {
  width: 25%;
}

/* info6 */
.info6 {
  padding-top: 228px;
  padding-bottom: 134px;
}
.info6 {
  background: url('../../assets/img/infoBg6.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* success */
.success {
  margin: 110px 0;
}
.successInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.successText {
  width: 50%;
  padding: 10px;
}
.successTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 130% */
  text-transform: uppercase;
}
.successSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.successSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22.5px;
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
}
.successImg {
  width: 50%;
}
.successImg img {
  display: block;
  max-width: 100%;
}

/* info7 */
.info7 {
  padding-top: 240px;
  padding-bottom: 144px;
}
.info7 {
  background: url('../../assets/img/infoBg7.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* digital */
.digital {
  background: #e9fbff;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.digital::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 347px;
  bottom: -1px;
  left: 0;
  background: url('../../assets/img/digitalBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.digitalInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.digitalText {
  width: 50%;
  padding: 10px;
}
.digitalTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 25.797px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 131.799% */
}
.digitalSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin-top: 30px;
}
.digital1 .digitalSubs {
  margin: 0;
}
.digitalSub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
}
.digitalBtn {
  display: inline-block;
  color: #585858;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  padding: 12px 46px 14px 46px;
  border-radius: 3px;
  border-bottom: 2px solid #3c9ba5;
  margin-top: 52px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.digitalBtn:hover {
  background: #3c9ba5;
  color: #fff;
}
.digitalImg {
  width: 50%;
}
.digitalImg img {
  display: block;
  max-width: 100%;
}
.digitalDivider {
  width: 195px;
  border-top: 2px solid #3c9ba5;
}

/* mission */
.mission {
  padding-top: 40px;
  padding-bottom: 110px;
}
.missionTitle {
  color: #1d1e20;
  text-align: right;
  font-family: Rubik;
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  line-height: 26px;
  width: 47%;
  margin-left: auto;
}
.missionBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 140px;
  margin-top: 86px;
}
.missionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.missionBox:nth-child(odd) .missionBoxText {
  padding-right: 50px;
}
.missionBox:nth-child(even) .missionBoxText {
  padding-left: 50px;
}
.missionBoxText {
  width: 50%;
}
.missionBoxTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 25.797px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 131.799% */
}
.missionBoxSub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  margin-top: 8px;
}
.missionBoxImg {
  width: 50%;
}
.missionBoxImg img {
  display: block;
  max-width: 100%;
}

/* info8 */
.info8 {
  padding-top: 240px;
  padding-bottom: 144px;
}
.info8 {
  background: url('../../assets/img/infoBg8.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* mission1 */
.missionBox1:nth-child(even) .missionBoxText {
  padding-right: 50px;
}
.missionBox1:nth-child(odd) .missionBoxText {
  padding-left: 50px;
}
.mission1 .missionBoxs {
  margin: 0;
}

/* info9 */
.info9 {
  padding-top: 240px;
  padding-bottom: 144px;
}
.info9 {
  background: url('../../assets/img/infoBg9.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* objects */
.objects {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #f8fdfe;
}
.objectsTitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 42px;
  width: 55%;
  margin-left: auto;
}
.objectsTitle {
  color: #3c9ba5;
  text-align: right;
  font-family: 'Bebas Neue Pro';
  font-size: 23.813px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125.984% */
}
.objectsBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 52px;
}
.objectBox {
  width: 33.333%;
  padding: 20px;
}
.objectBoxInner {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.28);
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.28);
  padding: 30px;
  min-height: 432px;
}
.objectBox img {
  display: block;
  margin: 0 auto;
}
.objectBoxSub {
  color: #1d1e20;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
}

/* concept */
.concept {
  padding: 110px 0;
}
.conceptInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.conceptImg {
  width: 58%;
  padding: 10px;
}
.conceptImg img {
  display: block;
  max-width: 100%;
}
.conceptSub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 185.625% */
  width: 42%;
  padding-left: 40px;
}

/* info10 */
.info10 {
  padding-top: 298px;
  padding-bottom: 203px;
}
.info10 {
  background: url('../../assets/img/infoBg10.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* info11 */
.info11 {
  padding-top: 298px;
  padding-bottom: 203px;
}
.info11 {
  background: url('../../assets/img/infoBg11.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* info12 */
.info12 {
  padding-top: 298px;
  padding-bottom: 203px;
}
.info12 {
  background: url('../../assets/img/infoBg12.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* info13 */
.info13 {
  padding-top: 298px;
  padding-bottom: 203px;
}
.info13 {
  background: url('../../assets/img/infoBg13.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* experts */
.experts {
  background: #f8fdfe;
  position: relative;
  padding: 110px 0;
}
.experts::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 347px;
  bottom: -1px;
  left: 0;
  background: url(../../assets/img/digitalBg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.expertsImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* constant */
.constant {
  background: #f8fdfe;
  padding-top: 40px;
  padding-bottom: 80px;
}
.constantInner {
  max-width: 1200px;
  margin: 0 auto;
}
.constantTitle {
  color: #3c9ba5;
  text-align: center;
  font-family: 'Bebas Neue Pro Book';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  max-width: 1014px;
  margin: 0 auto;
}
.constantBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.constantBox {
  width: 50%;
  padding: 20px;
}
.constantBoxInner {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.constantBoxInner img {
  display: block;
  margin: 0 auto;
}
.constantBoxSub {
  color: #1d1e20;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
}

/* ascpects */
.ascpects {
  margin-top: 110px;
}
.ascpectsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ascpectsText {
  width: 50%;
  padding: 10px;
}
.ascpectsTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px; /* 130% */
  text-transform: uppercase;
}
.ascpectsSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24.5px;
  margin-top: 20px;
}
.ascpectSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  color: #1d1e20;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
.ascpectSub img {
  display: block;
  width: 52.99px;
  height: 52.99px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ascpectsImg {
  width: 50%;
}
.ascpectsImg img {
  display: block;
  max-width: 100%;
}

/* what */
.what {
  margin-top: 190px;
  margin-bottom: 115px;
}
.whatTitle {
  color: #3c9ba5;
  text-align: center;
  font-family: 'Bebas Neue Pro';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 130% */
  text-transform: uppercase;
  margin-bottom: 65px;
}

/* info14 */
.info14 {
  padding-top: 298px;
  padding-bottom: 203px;
}
.info14 {
  background: url('../../assets/img/infoBg14.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* info15 */
.info15 {
  padding-top: 298px;
  padding-bottom: 203px;
}
.info15 {
  background: url('../../assets/img/infoBg15.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 1024px) {
  /* city */
  .city {
    background-position: 100% 100%;
  }

  /* objects */
  .objectsBoxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .objectBox {
    width: 70%;
    margin: 0 auto;
  }
  .objectBoxInner {
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  /* info */
  .info {
    padding-top: 135px;
  }
  .info6,
  .info7,
  .info8,
  .info9,
  .info10,
  .info11,
  .info12,
  .info13,
  .info14,
  .info15 {
    padding-bottom: 50px;
  }

  /* infoBottom */
  .infoBottomInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .infoBottomBox {
    width: 100%;
  }

  /* city */
  .cityInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .cityText {
    width: 100%;
  }
  .cityTitle {
    font-size: 45px;
    line-height: 55px;
  }
  .cityImg {
    width: 100%;
  }

  /* scope */
  .scope {
    margin-top: 50px;
  }
  .scopeTitle {
    font-size: 45px;
    line-height: 55px;
  }
  .scope1 .scopeBlock {
    width: 50%;
  }

  /* our */
  .our {
    background-position: top;
    background-size: contain;
    margin-top: 50px;
  }
  .ourText {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 650px;
  }

  /* success */
  .success {
    margin: 50px 0;
  }
  .successInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .successText {
    width: 100%;
  }
  .successImg {
    width: 100%;
  }

  /*  digital*/
  .digital {
    padding: 50px 0;
  }
  .digitalInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .digitalText {
    width: 100%;
  }
  .digitalImg {
    width: 100%;
  }

  /* mission */
  .mission {
    padding-bottom: 50px;
  }
  .missionTitle {
    width: 100%;
  }
  .missionBoxs {
    gap: 50px;
    margin-top: 50px;
  }
  .missionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .missionBoxText {
    width: 100%;
  }
  .missionBox:nth-child(odd) .missionBoxText,
  .missionBox:nth-child(even) .missionBoxText {
    padding: 0;
  }
  .missionBox:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .missionBoxImg {
    width: 100%;
  }
  .missionBoxImg img {
    margin: 0 auto;
  }

  /* objects */
  .objects {
    padding-bottom: 50px;
  }

  /* concept */
  .concept {
    padding: 50px 0;
  }
  .conceptInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .conceptSub {
    width: 100%;
    padding: 0;
  }
  .conceptImg {
    width: 100%;
  }

  /* experts */
  .experts {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  /* constant */
  .constant {
    padding-bottom: 50px;
  }
  .constantTitle {
    font-size: 27px;
  }

  /* ascpects */
  .ascpects {
    margin-top: 50px;
  }
  .ascpectsInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .ascpectsText {
    width: 100%;
    padding: 0;
  }
  .ascpectsImg {
    width: 100%;
  }
  .ascpectsImg img {
    margin: 0 auto;
  }

  /* what */
  .what {
    margin: 50px 0;
  }
  .whatTitle {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  /* info */
  .info {
    padding-top: 135px;
  }
  .info6,
  .info7,
  .info8,
  .info9,
  .info10,
  .info11,
  .info12,
  .info13,
  .info14,
  .info15 {
    padding-bottom: 30px;
  }

  /* infoBottom */
  .infoBottomBox {
    -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;
    text-align: center;
  }
  .infoBottomBoxSub {
    font-size: 17px;
  }

  /* city */
  .cityTitle {
    font-size: 28px;
    line-height: 40px;
  }
  .citySub {
    font-size: 16px;
    line-height: 26px;
  }

  /* scope */
  .scope {
    margin-top: 20px;
  }
  .scopeTitle {
    font-size: 35px;
    line-height: 45px;
  }
  .scopeSub {
    font-size: 20px;
    line-height: 30px;
  }
  .scope1 .scopeBlock {
    width: 100%;
  }
  .scopeBlock {
    width: 100%;
  }

  /* our */
  .our {
    margin-top: 30px;
  }
  .ourText {
    padding-bottom: 30px;
    padding-top: 330px;
  }
  .ourTitle {
    font-size: 35px;
    line-height: 45px;
  }
  .ourSub1,
  .ourSub {
    font-size: 16px;
  }

  /* success */
  .success {
    margin: 30px 0;
  }
  .successTitle {
    font-size: 35px;
    line-height: 50px;
  }
  .successSub {
    font-size: 16px;
  }

  /* digital */
  .digital {
    padding: 30px 0;
  }
  .digitalTitle {
    font-size: 22px;
    line-height: 32px;
  }
  .digitalSub {
    font-size: 16px;
    line-height: 26px;
  }
  .digitalBtn {
    padding: 12px 30px;
    margin-top: 30px;
  }

  /* mission */
  .mission {
    padding: 30px 0;
  }
  .missionTitle {
    font-size: 17px;
  }
  .missionBoxs {
    gap: 30px;
    margin-top: 30px;
  }
  .missionBoxTitle {
    font-size: 22px;
    line-height: 32px;
  }
  .missionBoxSub {
    font-size: 16px;
    line-height: 26px;
  }

  /* objects */
  .objects {
    padding: 30px 0;
  }
  .objectsTitles {
    gap: 30px;
    width: 100%;
  }
  .objectsTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .objectBox {
    width: 100%;
    padding: 0;
  }

  /* concept */
  .concept {
    padding: 30px 0;
  }

  /* experts */
  .experts {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  /* constant */
  .constant {
    padding-bottom: 30px;
  }
  .constantTitle {
    font-size: 22px;
  }
  .constantBoxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .constantBox {
    width: 100%;
    padding: 0;
  }

  /* ascpects */
  .ascpects {
    margin-top: 30px;
  }
  .ascpectsTitle {
    font-size: 30px;
    line-height: 40px;
  }

  /* what */
  .what {
    margin: 30px 0;
  }
  .whatTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
