.about::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 143px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .about::after {
    height: 10px;
    margin-top: 85px;
  }
}
.about__wrap {
  padding: 0 20px;
}
.about__head {
  margin: 57px auto 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .about__head {
    margin-top: 52px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
}
.about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 938px;
  margin: 57px auto 0;
}
.about__flex-t0 {
  position: relative;
  max-width: 690px;
  margin: 85px auto 0;
}
@media screen and (max-width: 700px) {
  .about__flex-t0 {
    margin-top: 50px;
  }
}
.about__flex-t1 {
  position: relative;
  max-width: 690px;
  margin: 75px auto 0;
}
@media screen and (max-width: 700px) {
  .about__flex-t1 {
    margin-top: 50px;
  }
}
.about__col, .about__col1 {
  position: relative;
  z-index: 2;
  max-width: 380px;
  min-height: 223px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 700px) {
  .about__col, .about__col1 {
    min-height: auto;
    margin: 0 auto;
  }
}
.about__col1 {
  margin: 0;
}
@media screen and (max-width: 700px) {
  .about__col1 {
    margin: 0 auto;
  }
}
.about__pic0, .about__pic1 {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  display: block;
  width: 326px;
}
@media screen and (max-width: 700px) {
  .about__pic0, .about__pic1 {
    position: relative;
    width: auto;
    max-width: 326px;
    margin: 0 auto;
  }
}
.about__pic1 {
  inset: 0 0 auto auto;
}
.about__in, .about__in1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
}
.about__in1 {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.about__text {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  letter-spacing: 3.2px;
}
.about__eg {
  padding-top: 5px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 28px;
  color: #1B1538;
  letter-spacing: 6.3px;
}
@media screen and (max-width: 700px) {
  .about__eg {
    font-size: 20px;
  }
}
.about__num {
  font-family: "DIN Bold", sans-serif;
  font-size: 121px;
  font-weight: 700;
  line-height: 109px;
  color: #1B1538;
}
@media screen and (max-width: 700px) {
  .about__num {
    font-size: 80px;
    line-height: 75px;
  }
}
.about__ft, .about__ft1 {
  padding-top: 11px;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  border-top: 5px solid #1B1538;
}
@media screen and (max-width: 700px) {
  .about__ft, .about__ft1 {
    font-size: 20px;
    border-top: 3px solid #1B1538;
  }
}
.about__ft {
  text-align: right;
}
.about__ft1 {
  text-align: left;
}
.about__link, .about__link1 {
  position: relative;
  display: block;
  width: 95px;
  margin: 44px 0 0 auto;
}
.about__link::after, .about__link1::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 6px;
  height: 15px;
  content: "";
  background-image: url("../img/about-arrow.svg");
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about__link span, .about__link1 span {
  font-family: "DIN Condensed", sans-serif;
  font-size: 16px;
  color: #1C1149;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #1C1149;
}
.about__link {
  margin: 44px 0 0 auto;
}
.about__link1 {
  margin: 44px 0 0;
}
.about__foot {
  position: relative;
  max-width: 940px;
  padding: 69px 20px;
  margin: 184px auto 0;
  background: #1B1538;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .about__foot {
    padding: 40px 20px;
    margin-top: 100px;
    border-radius: 10px;
  }
}
.about__foot-top {
  position: absolute;
  inset: -20px 0 auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 378px;
  height: 40px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  color: #231815;
  text-indent: 0.12em;
  letter-spacing: 0.12em;
  background: #FFF;
  border: 2px solid #FFC21B;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .about__foot-top {
    max-width: 260px;
    font-size: 14px;
  }
}
.about__foot-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .about__foot-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    max-width: 375px;
  }
}
.about__btn {
  position: relative;
  display: block;
  width: 375px;
  padding: 0 28px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .about__btn {
    width: 100%;
    padding: 0 10px;
  }
}
.about__btn span {
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  .about__btn span {
    font-size: 16px;
  }
}
.about__btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 21px;
  height: 21px;
  content: "";
  background-image: url("../img/about-btn-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .about__btn::after {
    right: 10px;
  }
}