.banxin {
  width: 12rem;
  margin: 0 auto;
}
.container {
  background-color: #f7f8f7;
}
.how-it-works {
  height: 4.93rem;
  background: #44DDA0;
  padding-top: 0.4rem;
  box-sizing: border-box;
}
.how-it-works .title {
  position: relative;
  width: 2.84rem;
  height: 0.54rem;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  text-align: left;
  font-style: normal;
}
.how-it-works .title img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.how-it-works ul {
  display: flex;
}
.how-it-works ul li {
  position: relative;
  width: 2.7rem;
  height: 2.89rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.3rem;
  box-sizing: border-box;
  margin-right: 0.4rem;
}
.how-it-works ul li .title {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.22rem;
  color: #00120B;
  text-align: left;
  font-style: normal;
}
.how-it-works ul li .identity {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.16rem;
  color: #6D7975;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
}
.how-it-works ul li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.84rem;
  height: 0.3rem;
  background: #00482B;
  border-radius: 0.25rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #DBE6E3;
  text-align: center;
  font-style: normal;
  margin-top: 0.8rem;
}
.how-it-works ul li img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 1.2rem;
}

.product-benefits .title {
  position: relative;
  width: 4.14rem;
  height: 0.54rem;
  margin: 1.2rem auto 0.5rem;
  padding-bottom: 0.1rem;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  text-align: center;
  font-style: normal;
}
.product-benefits .title img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-benefits ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.product-benefits ul li {
  width: 3.8rem;
  height: 2.6rem;
  background: #FFFFFF;
  box-shadow: 0 0.1rem 3rem 0 rgba(0,69,41,0.1);
  border-radius: 0.5rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.22rem;
  color: #00120B;
  text-align: center;
  font-style: normal;
  padding: 0.6rem 0.4rem;
  box-sizing: border-box;
}
.product-benefits ul li img {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto 0.2rem;
}

.our-promise {
  padding: 1rem 0;
  background-image: url('../images/ourPromise.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 1.2rem;
}
.our-promise .title {
  position: relative;
  width: 2.45rem;
  height: 0.54rem;
  margin: 0 auto ;
  padding-bottom: 0.1rem;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  text-align: center;
  font-style: normal;
}
.our-promise .title img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.our-promise .promise-content {
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #6D7975;
  line-height: 0.25rem;
  text-align: center;
  font-style: normal;
  margin-top: 0.3rem;
}
.cashKolo-more {
  width: 12rem;
  height: 4.38rem;
  background-image: url('../images/CashKoloImage.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 1rem auto;
}
.cashKolo-more .title{
  position: relative;
  width: 5.37rem;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 0.54rem;
  text-align: left;
  color: #00120B;
  font-style: normal;
  padding: 1.25rem 0 0 0.5rem;
}
.cashKolo-more .title span {
  font-size: 0.4rem;
  color: #008751;
}
.cashKolo-more .title img {
  position: absolute;
  left: 1.1rem;
  bottom: 0;
  width: 1.5rem;
}