.rightint-about {
  padding: 70px 0;
}

.rightint-about .container {
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
.rightint-about .txt{width: 50%;}
.rightint-about .txt h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #3b3535;
  font-weight: 600;
}
.rightint-about .txt h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #3b3535;
  display: block;
  margin: 15px auto 0 0;
  margin-bottom: 20px;
}
.rightint-about .txt .t {
  font-size: 17px;
  color: #333;
  line-height: 30px;
  margin: 20px 0 0;
}
.rightint-about .txt .rich-text p ~ p {
  margin-top: 10px;
}
.rightint-about .txt .rich-text p {
  font-size: 15px;
}
.rightint-about .pic {
  /* float: right; */
  /* margin: 0 0 0 50px; */
  width: 55%;
  /* display: block; */
  /* position: relative; */
  /* overflow: hidden; */
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  width: 45%;
  /* flex: 1; */
  margin: auto;
}
.rightint-about .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

@media screen and (max-width: 768px) {
  .rightint-about .pic {
    float: none;
    width: 100%;
    margin:  20px 0 10px;
  }

  .rightint-about .txt h3 {
    text-align: center;
    font-size: 30px;
  }

  .rightint-about .txt h3::after {
    margin: 15px auto 0;
  }
  .rightint-about .container{
    display: block !important;
  }
  .rightint-about .txt {
    width: 100%;
}

}

@media screen and (max-width: 480px) {
  .rightint-about .txt h3 {
    font-size: 22px;
  }
  
  .rich-text{
        text-align: justify;
  }
  .rich-text p span{
    font-size: 12px !important;

  }
  .rich-text p{
    font-size: 12px !important;
  }
  .rightint-about{
    padding: 30px 0 15px !important;
  }
}
