@charset "utf-8";
.about .txt p {
  text-align: center;
}

.advantage {
  position: relative;
  padding: 20px 0 30px;
  margin: 20px 0 0;
  font-size: 0;
  text-align: center;
  background: rgba(244, 244, 234, 1);
}

.advantage::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url(../img/advantage-bg.jpg) no-repeat center / cover;
}

.advantage ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.advantage ul li {
  display: inline-block;
  width: 150px;
  padding: 0 0 30px;
  list-style: none;
  border-left: 1px solid rgba(102, 154, 44, 1);
}

.advantage ul li:first-of-type {
  border-left: 0 none;
}

.advantage ul li img {
  display: block;
  margin: 20px auto;
}

.advantage ul li span {
  font-size: 18px;
  color: rgba(2, 78, 3, 1);
}

.news {
  padding: 0 0 40px;
}

.news .list-item:nth-of-type(even) .info-img {
  flex-direction: row-reverse;
}

.stats {
  background: rgba(244, 244, 234, 1);
}

.stats-box {
  display: flex;
  width: 900px;
  margin: auto;
}

.stats-item {
  flex: 1;
  padding: 40px 0 25px;
  color: rgba(102, 154, 44, 1);
  text-align: center;
}

.stats-item strong {
  position: relative;
  display: inline-block;
  font-size: 5rem;
  line-height: 1.2;
}

.stats-item strong small {
  font-size: 1.4rem;
  font-weight: normal;
}

.stats-item strong sup {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.8rem;
  font-weight: normal;
}

.stats-item span {
  display: block;
  padding: 5px 0;
  line-height: 1.5;
}

.quality-main {
  padding: 25px 0 0;
  margin: 0 0 40px;
  text-align: center;
  background: url(../img/quality-bg.jpg) no-repeat center / cover;
}

.quality-main h2 {
  font-size: 3rem;
  line-height: 2;
  color: rgba(255, 255, 255, 1);
}

.quality-main span {
  display: block;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
}

.quality-main ul {
  padding: 0;
  margin: 35px 25px 0;
  background: rgba(255, 255, 255, 1);
  border: 5px solid rgba(255, 255, 255, 1);
}

.quality-main ul li {
  float: left;
  list-style: none;
  margin: 0 0 -40px;
  border: 5px solid rgba(255, 255, 255, 1);
}

.quality-main ul li img {
  display: block;
}

.product {
  padding: 0 0 20px;
}

.product .pro ul li:first-of-type {
  width: 565px;
  height: 468px;
}