#about p {
  font-size: 16px;
}
#about .about-header {
  position: relative;
  height: 350px;
  background: url("../../img/top_about.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
#about .about-header .about-header-title {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
}
#about #company_profile {
  padding-top: 60px;
  padding-bottom: 60px;
}
#about #company_profile .about-title {
  font-size: 22px;
  font-weight: bold;
}
#about #company_profile .company_data .company_data_item {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#about #company_profile .company_data .company_data_item div {
  font-size: 62px;
}
#about #company_profile .company_data .company_data_item div span {
  font-size: 40px;
  vertical-align: top;
}
#about #company_profile .company_data .company_data_item p {
  font-size: 16px;
}
@media (max-width: 768px) {
  #about #company_profile .company_data .company_data_item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#about #shareware_products {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f1f6;
}
#about #shareware_products .container {
  background: url("../../img/about/img_2.jpg") 20% 60%, url("../../img/about/img_1.jpg") 0 20%, url("../../img/about/img_3.jpg") 100% 10%;
  background-repeat: no-repeat;
}
#about #shareware_products .about-title {
  font-size: 22px;
  font-weight: bold;
}
#about #shareware_products .shareware_products_content {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009f3c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #eeeeee;
}
#about #shareware_products .shareware_products_content p {
  padding: 10px;
}
#about #our_commitment {
  padding-top: 60px;
  padding-bottom: 60px;
}
#about #our_commitment .about-title {
  font-size: 22px;
  font-weight: bold;
}
#about #our_commitment .our_commitment_item {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
#about #our_commitment .our_commitment_item .our-commitment_img {
  width: 96px;
  height: 96px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: url("../../img/icon.png");
  background-repeat: no-repeat;
}
#about #our_commitment .our_commitment_item .our-commitment_img.img01 {
  background-position: -3px -176px;
}
#about #our_commitment .our_commitment_item .our-commitment_img.img02 {
  background-position: -108px -176px;
}
#about #our_commitment .our_commitment_item .our-commitment_img.img03 {
  background-position: -212px -176px;
}
#about #our_commitment .our_commitment_item .our-commitment_img.img04 {
  background-position: -316px -176px;
}
#about #our_commitment .our_commitment_item div {
  font-size: 22px;
  font-weight: bold;
}
#about #our_commitment .our_commitment_item p {
  margin-top: 15px;
  font-size: 16px;
}
/*# sourceMappingURL=about.css.map */