.about {
  color: #333;
}

.banner {
  color: #fff;
  background-size: cover;
  text-align: left;
  padding-top: 140px;
  padding-bottom: 235px;
}

.banner h1 {
  font-weight: normal;
  display: inline-block;
  font-size: 3.9rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.banner small {
  display: block;
  font-size: 2.34rem;
  margin-top: 20px;
  text-transform: uppercase;
}

.about-container {
  padding-top: 75px;
  text-align: left;
  padding-bottom: 75px;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}

.about-sectitle {
  font-size: 3rem;
  color: #14b0b0;
  margin-bottom: 45px;
}

.about-container-text {
  font-size: 1.4rem;
  line-height: 30px;
}

.about-container-text p {
  text-align: justify;
}

.about-concat-text {
  font-size: 1.6rem;
  line-height: 41px;
}

.about-concat-text .companyFullName {
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 961px) {
  .banner {
    padding: 0;
    padding-top: 16.6667vw;
    height: 41.6vw;
  }
  .about-title h1 {
    font-size: 4.5333vw;
    font-weight: normal;
  }
  .about-title small {
    font-size: 3.2vw;
  }
  .about-container {
    padding-top: 4vw;
    padding-bottom: 4.667vw;
  }
  .about-sectitle {
    font-size: 4.267vw;
    color: #000;
    margin-bottom: 3vw;
  }
  .about-container-text {
    font-size: 14px;
    line-height: 2;
  }
  .about-concat-text .companyFullName {
    font-size: 16px;
    margin-bottom: 2vw;
  }
  .about-concat-text {
    font-size: 14px;
    line-height: 2;
  }
}
/*# sourceMappingURL=aboutus.css.map */