.topbanner {
  height: 7.6rem;
  background: url(../images/image-terms-con.webp) no-repeat center center;
  background-size: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.topbanner::after {
  content: "Terms & Conditions";
  position: absolute;
  top: 3.96rem;
  font-family: Poppins-ExtraBold;
  font-weight: 800;
  font-size: 0.96rem;
  color: #ffffff;
  line-height: 1.13rem;
}

.pact-content {
  margin: 0.68rem auto;
  padding: 2.5rem 1.2rem;
  width: 25.08rem;
  height: 22.72rem;
  background: url("../images/image-term-bg.webp") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.topRight {
  position: absolute;
  top: -0.6rem;
  right: -0.28rem;
  width: 4.62rem;
  height: 3.08rem;
}

.title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  margin-bottom: 0.48rem;
  margin-top: 0.96rem;
}

.p-text {
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.48rem;
}

.pact-content ul,
.pact-content ol {
  list-style-type: disc;
  padding-left: 0.4rem;
  box-sizing: border-box;

  li {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    font-weight: 400;
    font-family: Poppins-Regular;
    color: #333333;
    line-height: 0.36rem;
  }
  li:last-child {
    margin-bottom: 0.24rem;
  }
}
