
.rightint-about5 {
  position: relative;
  background: #fff;
  padding: clamp(30px, 4.166667vw, 80px) 0;
}
.rightint-about5 ul li {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* background-color: var(--bg-color); */
}
.rightint-about5 ul li:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.rightint-about5 ul li + li {
  margin-top: 40px;
}
.rightint-about5 ul li .pic {
  display: block;
  width: 55%;
}
.rightint-about5 ul li .pic img {
  width: 100%;
}
.rightint-about5 ul li .box {
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: flex-start;
  padding: 0 clamp(15px, 4.166667vw, 80px);
}
.rightint-about5 ul li .box:after {
  /* content: ""; */
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 1px solid #fff;
}
.rightint-about5 ul li .box .txt {
  text-align: left;
  width: 100%;
}
.rightint-about5 ul li .box .txt h3 {
  font-size: clamp(17px, 1.04vw, 20px);
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.rightint-about5 ul li .box .txt h3 ~ h3 {
  margin-top: 30px;
}
.rightint-about5 ul li .box .txt p {
  text-align: left;
  font-size: clamp(14px, 0.83vw, 16px);
  color: #666;
}
.rightint-about5 ul li .box .txt p ~ p {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .rightint-about5 ul li {
    flex-direction: column;
  }

  .rightint-about5 ul li .pic {
    width: 100%;
    margin: 0 auto;
  }
  .rightint-about5 ul li .box{margin-top:15px;padding: 0;}

  .rightint-about5 ul li .box .txt h3 ~ h3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
