
.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: #dedede;
}
.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: 40%;
}
.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: #000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  /*! word-wrap: break-word; */
  text-transform: uppercase;
}
.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: #000;
}
.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: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width:480px){
  .rightint-about5{
    padding: 0 0 30px !important;
  }
  .rightint-about5 ul li{
    flex-direction: column;
  }
      .rightint-about5 ul li .pic {
        width: 100%;
      }
      .rightint-about5 ul li .box{
        margin: 10px;
        padding: 10px;
      }
      .rightint-about5 ul li .box .txt h3{
        font-size: 24px !important;
      }
      .rightint-about5 ul li .box .txt p{
        font-size: 12px !important;
      }
}
