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

.rightint-about .container {
  overflow: auto;
}

.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 p {
  font-size: 17px;
  color: #333;
  line-height: 30px;
  margin: 20px 0 0;
}
.rightint-about .txt .t p ~ p {
  margin-top: 10px;
}

.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);
}
.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: 0 0 20px;
  }

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

  .rightint-about .txt h3::after {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .rightint-about .txt h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px){
.rightint-about .txt p {
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0 0;
}
.rightint-about {
    padding: 30px 0 0;
}
  }