.rightint-agent {
  padding: 220px 0 80px;
  background: #192d6c;
}
.rightint-agent em{color: #fb2c36;font-size: 18px;font-weight: bold;}
.rightint-agent .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.rightint-agent .txt {
  width: 60%;
}
.rightint-agent .txt  p{color: #d1d5d4;}
.rightint-agent .txt h3 {
  font-size: clamp(24px, 3.23vw, 62px);
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
}
.rightint-agent .txt .t {
  margin: 20px 0 0;
  font-size: 19px;
  color: #333;
  line-height: 30px;
}
.rightint-agent .txt .t p ~ p {
  margin-top: 15px;
}
.rightint-agent .more {
  width: 35%;
  text-align: right;
  margin-left: 80px;
}
.rightint-agent .more a i{margin-right:20px}
.rightint-agent .more a {
  display: inline-block;
  background: #fb2c36;
  border-radius: var(--button-radius);
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 10px 15px;
}
.rightint-agent .more a:hover {
  background: #d5001a;
  color: #fff;
 
}

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

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

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

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

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

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

  .rightint-agent .more a {
    font-size: 16px;
  }
}


