.indexD-rightint2 {
  position: relative;
}
.indexD-rightint2 img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: -1;
}
.indexD-rightint2 .txt {
  padding: 100px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.indexD-rightint2 .txt em {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 700;
  letter-spacing: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.indexD-rightint2 .txt h3 {
  margin: 45px 0 0;
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  font-family: var(--font-family);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.indexD-rightint2 .txt h3::after {
  content: "";
  width: 350px;
  height: 10px;
  background: #fff;
  margin: 60px auto 0 0;
  display: block;
}
.indexD-rightint2 .txt p {
  font-size: 18px;
  color: #fff;
  /* height: 100%; */
  line-height: 30px;
  /* font-weight: 200; */
  max-width: 650px;
  text-align: justify;
  /* margin: 70px auto 0 0; */
  text-overflow: ellipsis;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 4; */
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1600px) {
  .indexD-rightint2 .txt h3 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1500px) {
  .indexD-rightint2 .txt h3 {
    font-size: 54px;
  }
}

@media screen and (max-width: 1441px) {
  .indexD-rightint2 .txt h3 {
    font-size: 50px;
  }

  .indexD-rightint2 .txt h3::after {
    width: 250px;
    height: 6px;
    margin: 40px auto 0 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 15px;
    line-height: 23px;
    max-width: 500px;
    /* margin: 50px auto 0 0; */
  }
}

@media screen and (max-width: 1367px) {
  .indexD-rightint2 .txt h3 {
    font-size: 46px;
  }
}

@media screen and (max-width: 1281px) {
  .indexD-rightint2 .txt {
  padding: 80px 0;
  }
  .indexD-rightint2 .txt h3 {
    font-size: 42px;
  }

  .indexD-rightint2 .txt h3 {
    margin: 30px 0 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 18px;
    line-height: 28px;
    margin: 30px auto 0 0;
  }
}

@media screen and (max-width: 1171px) {
  .indexD-rightint2 .txt h3 {
    font-size: 38px;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .indexD-rightint2 .txt h3 {
    font-size: 34px;
  }
    .indexD-rightint2 .txt p {
    font-size: 16px;
    line-height: 25px;
    margin: 3px auto 0 0;
  }
}

@media screen and (max-width: 768px) {
  .indexD-rightint2 .txt h3 {
    font-size: 30px;
  }

  .indexD-rightint2 .txt {
    text-align: center;
  }
  .indexD-rightint2 .txt em {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .indexD-rightint2 .txt h3 {
    margin: 20px 0 0;
    line-height: 1;
  }
  .indexD-rightint2 .txt h3::after {
    width: 150px;
    height: 3px;
    margin: 20px auto 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 15px;
    line-height: 24px;
    margin: 0px 0 0 0;
  }
}

@media screen and (max-width: 576px) {
  .indexD-rightint2 .txt h3 {
    font-size: 26px;
  }

  .indexD-rightint2 .txt h3 {
    margin: 15px 0 0;
  }
  .indexD-rightint2 .txt h3 br {
    display: none;
  }
  .indexD-rightint2 .txt h3::after {
    width: 120px;
    margin: 15px auto 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 14px;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
    margin: 5px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .indexD-rightint2 .txt h3 {
    font-size: 22px;
  }
  .rightint-agent .txt h3{
    display: none;
  }
  .indexD-rightint2 .txt{
      padding-right: 30px;
  }
  .indexD-rightint2 .txt{
    padding-right: 30px;
  }
  .indexD-rightint2 .txt p {
        max-height: unset;
        display: inline-block;
        -webkit-box-orient: unset;
        -webkit-line-clamp: none;
  }
  .indexD-rightint2 .txt {
            padding: 75px 0;
  }
  .rightint-agent .txt .t h2 {
        font-size: 24px !important;
        text-align: center;
        padding-top: 30px;
    }
  .rightint-agent .more {
        border: none !important;
        padding-bottom: 160px;
    }
}
