.about-header {
  background-image: url(../img/about/about_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  text-align: center;
  line-height: 140px;
  font-size: 24px;
  color: #fff;
}

.about-content {
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  padding: 0 0 60px;
}
.about-content h2 {
  margin: 30px 0;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.about-content .description {
  margin-left: 20px;
}
.about-content .strength-content {
  display: flex;
  justify-content: space-between;
}
.about-content .strength-content__box {
  flex: 1 1 200px;
  background-color: #fafafa;
  box-sizing: border-box;
  padding: 20px;
  margin-left: 20px;
}
.about-content .strength-content__title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .about-header {
    display: none;
  }
  .about-content {
    padding: 0;
    font-size: 3.733vw;
    overflow: hidden;
    width: 100%;
  }
  .about-content h2 {
    margin: 5.333vw 0;
    font-size: 4.267vw;
  }
  .about-content p {
    line-height: 5.333vw;
  }
  .about-content .description {
    margin: 0;
  }
  .about-content .strength-content {
    flex-direction: column;
  }
  .about-content .strength-content p:last-child {
    margin-bottom: 2.667vw;
  }
  .about-content .strength-content__title {
    font-size: 3.2vw;
  }
  .about-content .strength-content__box {
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */