.section-company .company-description {
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-company {
    padding: 93px 0 130px;
  }
  .section-company .company-description {
    margin-bottom: 54px;
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company {
    padding: 0.43rem 0 0.7rem;
  }
  .section-company .company-description {
    margin-bottom: 0.38rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

.table-company .table-wrapper {
  border-bottom: 1px solid #e3e3e3;
}
.table-company .table-wrapper:first-child {
  border-top: 1px solid #e3e3e3;
}
.table-company .table-heading {
  color: #37466b;
}
.table-company .heading-text {
  position: relative;
}
.table-company .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-company .content-wrapper {
  position: relative;
}
.table-company .content-item {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;*/
}
.table-company .item-number {
  /*-webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;*/
  color: #2b7eba;
  font-weight: 600;
}
.table-company .item-text {
  /*-webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  font-weight: 600;
}
@media print, (min-width: 768px) {
  .table-company {
    font-size: 0.16rem;
  }
  .table-company .table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 30px 14px;
  }
  .table-company .table-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 148px;
    padding-right: 10px;
    line-height: 1.875;
  }
  .table-company .table-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 2.125;
  }
  .table-company .content-wrapper {
    top: -2px;
  }
  .table-company .content-link {
    pointer-events: none;
  }
  .table-company .item-number {
    font-size: 20px;
    margin-right: 10px;
  }
  .table-company .item-text {
    font-size: 17px;
  }
  .table-company p {
    font-size: 14px;
    margin-bottom: 1.0em;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-company {
    font-size: 0.14rem;
  }
  .table-company .table-wrapper {
    padding: 0.12rem 0.12rem 0.16rem;
  }
  .table-company .table-heading {
    margin-bottom: 0.02rem;
    line-height: 2.1428571429;
  }
  .table-company .table-content {
    line-height: 1.7142857143;
  }
  .table-company .item-number {
    margin-right: 0.1rem;
    font-size: 0.18rem;
  }
  .table-company .item-text {
    font-size: 0.16rem
  }
  .table-company p {
    font-size: 0.14rem;
    margin-bottom: 1.0em;
  }
}

.section-intro h2 {
  color: #37466b;
}
.section-intro p {
  line-height: 1.8;
}
.section-strengths {
  background-color: #f2f2f2;
}
.section-strengths h2 {
  color: #004383;
}
.section-strengths .area_strengths {
  background: #fff;
}
.section-strengths h3 {
  text-align: center;
}
.section-strengths ul {
  list-style: none;
  padding-left: 0;
}
.section-strengths li {
  display: flex;
}
@media print, (min-width: 768px) {
  .section-intro {
    margin: 80px 0 110px;
  }
  .section-intro h2 {
    margin: 20px 0 25px;
    font-size: 35px;
  }

  .section-strengths {
    padding: 60px 0;
  }
  .section-strengths h2 {
    margin: 0 0 35px;
    font-size: 28px;
    text-align: center;
  }
  .section-strengths .area_strengths {
    padding: 30px 40px;
    border-radius: 15px;
  }
  .section-strengths h3 {
    margin: 0 0 30px;
    font-size: 22px;
  }
  .section-strengths ul {
    width: 700px;
    margin: auto;
  }
  .section-strengths li {
    align-items: center;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .section-strengths li img {
    width: 70px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-intro {
    margin: 50px 0 80px;
  }
  .section-intro h2 {
    margin: 15px 0;
    font-size: 22px;
  }
  .section-strengths {
    padding: 40px 0;
  }
  .section-strengths h2 {
    margin: 0 0 30px;
    font-size: 22px;
  }
  .section-strengths .area_strengths {
    padding: 30px 20px;
    border-radius: 15px;
  }
  .section-strengths h3 {
    margin: 0 0 30px;
    font-size: 22px;
  }
  .section-strengths li {
    align-items: flex-start;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.7;
  }
  .section-strengths li img {
    width: 60px;
    margin-right: 15px;
  }
}
/*# sourceMappingURL=company.css.map */