
.rightint-about5 {
  position: relative;
  background: #fff;
  /*padding: 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(--color-primary);
}
.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: 50%;
}
.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: center;
  margin: 30px;
  padding: 30px;
}
.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: center;
  width: 100%;
}
.rightint-about5 ul li .box .txt h3 {
  font-size: 32px;
  color: #fff;
  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: center;
  font-size: 18px;
  color: #fff;
}
.rightint-about5 ul li .box .txt p ~ p {
  margin-top: 10px;
}

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

  .rightint-about5 ul li .pic {
    width: 60%;
    margin: 0 auto;
  }
}
