.indexA-rightint2 {
 
  position: relative;
}
.indexA-rightint2::before {
  content: "Company";
  white-space: nowrap;
  color: rgba(23, 22, 22, 0.03);
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 240px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-family);
  display: none;
}
.indexA-rightint2 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 20;
      margin: -140px auto 0;
    padding: 75px 75px 0;
    background: #fff;
}
.indexA-rightint2 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 120px;
}
.indexA-rightint2 .txt h3 {
  color: #090909;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-family);
  position: relative;
}
.indexA-rightint2 .txt h3 span {
  position: relative;
  z-index: 2;
}
.indexA-rightint2 .txt h3::after {
  content: "";
  width: 236px;
  height: 12px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.indexA-rightint2 .txt h6 {
      margin-top: 20px;
}
.indexA-rightint2 .txt .t {

  margin: 30px 0 0;
}
.indexA-rightint2 .txt .t p.sec {
    color: #000;
    margin-top: 20px;
    font-weight: 600;
      display: flex;
    align-items: center;
}
.indexA-rightint2 .txt .t p.sec span{
      margin-right: 50px;
    display: flex;
    align-items: center;
}
.indexA-rightint2 .txt .t p.sec span i{
  width: 30px;
  height: 30px;
  background: url(/category/369648/2233/437ec80d9f7983e85a4c15210737c756/circle_hook.svg) no-repeat;
  display: block;
   margin-right: 10px;
}
.indexA-rightint2 .txt .more {
font-size: 14px;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    padding: 10px 26px;
    background-color: var(--color-second);
    color: #fff;
    border: 2px solid var(--color-second);
    border-radius: var(--button-radius) !important;
    margin-top: 20px;
}
.indexA-rightint2 .txt .more:hover {
    color: #fff;
    background: var(--btn-hover);
    border-color:  var(--btn-hover);
}

.indexA-rightint2 .pic {
  width: 44%;
  overflow: hidden;
}
.indexA-rightint2 .pic > img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 10px;
}
.indexA-rightint2 .pic:hover > img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}

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

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

  .indexA-rightint2 .txt {
    margin-right: 120px;
  }
}

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


  .indexA-rightint2::before {
    font-size: 180px;
  }
  .indexA-rightint2 .txt {
    margin-right: 90px;
  }

  .indexA-rightint2 .txt .more {
  
    margin: 35px auto 0 0;
  }
}

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


  .indexA-rightint2::before {
    font-size: 160px;
  }
  .indexA-rightint2 .txt {
    margin-right: 70px;
  }

}

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


}

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

@media screen and (max-width: 992px) {
  .indexA-rightint2 .txt h3 {
    font-size: 34px;
  }
  .indexA-rightint2 .txt h6 {
    text-align: center;
}
 .indexA-rightint2 .txt .t p.sec{
   justify-content: center;
 }
  .indexA-rightint2 .container {
       display: block;
    margin: 0 auto;
    padding: 0 15px;
  }
  .indexA-rightint2 .txt {
    text-align: left;
    margin-right: 0;
  }
  .indexA-rightint2 .txt h3 {
    display: inline-block;
  }
  .indexA-rightint2 .txt h3::after {
    width: 100%;
    height: 10px;
    right: 0;
    margin: 0 auto;
  }

  .indexA-rightint2 .txt .more {
        width: 100%;
    text-align: center;
    margin: 25px auto 0;
  }
  .indexA-rightint2 .pic {
    width: 100%;
    margin: 20px auto 0;
  }
}

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


  .indexA-rightint2::before {
    display: none;
  }
  

  .indexA-rightint2 .txt .more {
   
    margin: 20px auto 0;
  }
  .indexA-rightint2 .pic {
    width: 100%;
  }

}

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

  .indexA-rightint2 .txt .more {
      font-size: 12px;
    padding: 8px;
        width: 100%;
    text-align: center;
  }
}

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


  .indexA-rightint2 .txt .t {
     margin: 15px 0 0;
    text-align: left;
  }
}
