.rightint-agent {
  position: relative;
  
}
.rightint-agent .container {
  padding: 70px;
  display: -webkit-flex;
  /* display: flex; */
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  -webkit-align-items: center;
  align-items: flex-end;
  position:absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  left: 0px;
  top: 0px;
}
.rightint-agent .txt {
  /* width: 50%; */
  height: 64px;
}
.rightint-agent .txt h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.rightint-agent .txt .t {
  margin: 20px 0 0;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.rightint-agent .txt .t p ~ p {
  margin-top: 15px;
}
.rightint-agent .more {
  width: 50%;
  text-align: right;
  position: relative;
}

.rightint-agent .more a {
  padding:12px;
  /* width: 210px; */
  /* height: 65px; */
  /* line-height: 65px; */
  display: inline-block;
  background: #ad2e2a;
  /* background: var(--color-primary); */
  border-radius: var(--button-radius);
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s;
}


.rightint-agent .more a::after {
  content:'';
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 1px;
  width: 60%;
  background: #ad2e2a;
}
.rightint-agent .more a:hover {
  background: none;
  color: #ffffff;
  background: #1a305e;
  border: 1px solid #1a305e;
}
.rightint-agent .more a:hover::after{
  background: #1a305e;
  transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
    .rightint-agent .more a::after {
    width: 100%;
}
}

@media screen and (max-width: 992px) {
    .rightint-agent .more a::after {
    width: 160%;
}
}

@media screen and (max-width: 768px) {
  .rightint-agent .txt h3 {
    text-align: center;
    font-size: 22px;
  }

  .rightint-agent {
    padding: 30px 0;
  }

  .rightint-agent .container {
    display: block;
  }

  .rightint-agent .txt {
    width: 100%;
  }

  .rightint-agent .txt .t {
    font-size: 17px;
    line-height: 24px;
  }

  .rightint-agent .more {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .rightint-agent .more a {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px;
  }

  .rightint-agent .more a::after {
    left: 0px;
    width: 60%;
}
}

@media screen and (max-width: 480px) {
  .rightint-agent .txt h3 {
    padding-top: 28px;
    font-size: 12px;
  }


      .rightint-agent .more a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }
    .rightint-agent .more{
      border:none !important;
    }
    .rightint-agent .more a::after{
      display: none;
    }
}
