@charset "UTF-8";
body,
html {
  background: #f2f0f5;
}

.container-lg {
  min-width: 1520px;
}

.loan-promo {
  background: url("../img/loan-promo.png") no-repeat center;
  background-size: cover;
  padding: 175px 0px;
  width: 100%;
}
.loan-promo .content {
  text-align: center;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.loan-promo .content .loan-promo__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 86px;
  margin-bottom: 20px;
}

.loan-steps,
.repay-steps {
  padding: 120px 0px;
}
.loan-steps h2,
.repay-steps h2 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 60px;
}
.loan-steps .row,
.repay-steps .row {
  --bs-gutter-x: 64px; /* 水平间隙 */
  --bs-gutter-y: 64px; /* 垂直间隙 */
  /* 修复Bootstrap行负边距 */
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-top: calc(-1 * var(--bs-gutter-y));
}
.loan-steps .row > li,
.repay-steps .row > li {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.loan-steps .row li div,
.repay-steps .row li div {
  border-radius: 24px;
  border: 1px solid #d2d2d2;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.0784313725);
  color: #333333;
  font-family: "Roboto";
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.loan-steps .row li div h5,
.repay-steps .row li div h5 {
  font-size: 32px;
  font-style: italic;
  font-weight: ExtraBold Italic;
  line-height: 40px;
  margin-bottom: 24px;
}
.loan-steps .row li div p,
.repay-steps .row li div p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  flex: 1;
}
.loan-steps .row li div img,
.repay-steps .row li div img {
  width: 100%;
  margin-top: 32px;
}

.repay-steps {
  padding-top: 0px;
}

.advantages {
  background: url("../img/advantages-bg.png") no-repeat center;
  background-size: cover;
  padding: 97px 0px;
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.advantages h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 86px;
}
.advantages h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin-top: 8px;
}
.advantages p {
  margin-top: 32px;
}/*# sourceMappingURL=how-it-works.css.map */