.rightint-agent {
    overflow-x:hidden;
  padding: 100px 0;
}
.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 {
  /* float: right; */
  width: 60%;
}
.rightint-agent .txt h3 {
  font-size: 40px;
  line-height: 1;
  /* text-transform: uppercase; */
  color: #4c1542;
  font-weight: 600;
}
.rightint-agent .txt .t {
  margin: 20px 0 0;
  font-size: 25px;
  color: #333;
  line-height: 30px;
}
.rightint-agent .txt .t p ~ p {
  margin-top: 15px;
}
.rightint-agent .more {
  width: 33%;
  text-align: left;
}

.rightint-agent .more a {
  width: 210px;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  background: #87cdcb;
  border-radius: var(--button-radius);
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.rightint-agent .more a:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
@media screen and (max-width: 1490px) {
    .rightint-agent .txt .t {
  margin: 49px 0 0;
  font-size: 27px;
  color: #333;
  line-height: 30px;
}
  .rightint-agent .txt h3 {
    font-size: 50px;
    line-height: 1;
    /* text-transform: uppercase; */
    color: #4c1542;
    font-weight: 600;
}
  .rightint-agent {
    padding: 50px 0;
}
}
@media screen and (max-width: 1200px) {
  .rightint-agent .txt .t {
  margin: 40px 0 0;
  font-size: 25px;
  color: #333;
  line-height: 30px;
}
  .rightint-agent .txt h3 {
    font-size: 41px;
    line-height: 1;
    /* text-transform: uppercase; */
    color: #4c1542;
    font-weight: 600;
}
  .rightint-agent {
    padding: 49px 0;
}
}
@media screen and (max-width: 768px) {
  .rightint-agent .txt h3 {
    text-align: center;
    font-size: 30px;
  }

  .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;
  }
}

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