.about-us {
  padding: 120px 86px 130px;
  color: #3d3d3d;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
}
.about-us .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.about-us .mt-26 {
  margin-top: 26px;
}
.about-us .mt-45 {
  margin-top: 45px;
}
.about-us .mt-55 {
  margin-top: 55px;
}
.about-us .mt-60 {
  margin-top: 60px;
}
.about-us .mt-80 {
  margin-top: 80px;
}
.about-us .mt-100 {
  margin-top: 100px;
}
.about-us h1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 900;
  color: #3d3d3d;
}
.about-us .img {
  display: block;
  max-width: 1100px;
}
.about-us .txt-indent {
  text-indent: 2em;
}
.about-us .txt1 {
  max-width: 1144px;
  font-size: 26px;
  line-height: 47px;
  color: #4b5563;
}
.about-us ul li {
  margin-left: 1em;
  font-size: 26px;
  line-height: 52px;
  list-style: disc;
}
@media (max-width: 767px) {
  .about-us {
    max-width: 100%;
    padding: 36px 18px;
    padding: 80px 18px 90px;
  }
  .about-us .mt-26 {
    margin-top: 10px;
  }
  .about-us .mt-45 {
    margin-top: 20px;
  }
  .about-us .mt-55 {
    margin-top: 20px;
  }
  .about-us .mt-60 {
    margin-top: 30px;
  }
  .about-us .mt-80 {
    margin-top: 30px;
  }
  .about-us .mt-100 {
    margin-top: 30px;
  }
  .about-us h1 {
    font-size: 30px;
    line-height: 1;
  }
  .about-us .txt1,
  .about-us .img,
  .about-us ul > li {
    max-width: 100%;
    font-size: 16px;
    line-height: 2;
  }
}
/*# sourceMappingURL=style.css.map */