@media print, (min-width: 768px) {
  .section-about-strength {
    padding: 125px 0 150px;
  }
  .section-about-strength .title-common-primary {
    margin-bottom: 85px;
    font-size: 0.32rem;
  }
}
@media print {
  .section-about-strength {
    padding-top: 50px;
  }
  .section-about-strength .title-common-primary {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-strength {
    padding: 0.5rem 0 0.8rem;
  }
  .section-about-strength .title-common-primary {
    margin-bottom: 0.2rem;
    padding: 0 29px;
  }
  .section-about-strength .wrapper {
    padding: 0;
  }
}

.list-about-strength .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-about-strength .list-item:last-child {
  margin-bottom: 0;
}
.list-about-strength .item-title {
  color: #37466b;
}
.list-about-strength .item-content {
  margin: 0;
}
@media print, (min-width: 768px) {
  .list-about-strength {
    margin-bottom: 100px;
  }
  .list-about-strength .list-item {
    margin-bottom: 54px;
  }
  .list-about-strength .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-about-strength .item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 444px;
    height: 282px;
  }
  .list-about-strength .item-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 47px;
  }
  .list-about-strength .item-title {
    margin-bottom: 20px;
    font-size: 0.25rem;
    line-height: 1.44;
  }
  .list-about-strength .item-content {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-about-strength {
    margin-bottom: 0.62rem;
  }
  .list-about-strength .list-item {
    margin-bottom: 0.44rem;
  }
  .list-about-strength .item-image {
    height: 2.48rem;
    margin-bottom: 0.24rem;
  }
  .list-about-strength .item-wrapper {
    padding: 0 29px;
  }
  .list-about-strength .item-title {
    margin-bottom: 13px;
    font-size: 0.22rem;
    line-height: 1.5454545455;
  }
}
/*# sourceMappingURL=about.css.map */