html,
body {
  background: #ffffff;
}

.loanDesc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 78px;
  padding: 160px 0px;
}
.loanDesc .content-left {
  color: #1b371c;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
.loanDesc .content-left p {
  margin-bottom: 48px;
}
.loanDesc .content-left .appLink {
  padding: 16px 64px;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #1b371c;
  display: table-cell;
  align-items: center;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  cursor: pointer;
}
.loanDesc .content-left .appLink image {
  height: 24px;
  margin-left: 16px;
}
.loanDesc .appBanner {
  height: 480px;
}

.loanSteps {
  margin-bottom: 126px;
}
.loanSteps .title {
  display: flex;
  align-items: center;
  color: #333333;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 60px;
}
.loanSteps .title span {
  display: inline-block;
  width: 8px;
  height: 40px;
  background: #00b276;
  margin-right: 16px;
}
.loanSteps .cardList {
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: flex-start;
  gap: 34px;
  border-radius: 24px;
  background: #f5f5f5;
}
.loanSteps .cardList li {
  flex: 1;
  display: flex;
  padding: 28px 28px 60px 28px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: #fff;
  height: 400px;
}
.loanSteps .cardList li img {
  height: 160px;
}
.loanSteps .cardList li p {
  color: #333333;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  flex-wrap: wrap;
  margin-top: 24px;
  flex: 1;
}
.loanSteps .cardList li p span {
  color: #999999;
}

.advantages {
  margin-bottom: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 162px;
}
.advantages .content-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.advantages .content-left img {
  height: 540px;
}
.advantages .content-left a button {
  display: inline-flex;
  padding: 24px 64px;
  border-radius: 80px;
  background: linear-gradient(197deg, #48c2b5 -0.77%, #51c28c 29.88%, #70c581 100%);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2392156863);
  border: none;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}
.advantages .content-right .title {
  display: flex;
  align-items: center;
  color: #333333;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 40px;
}
.advantages .content-right .title span {
  display: inline-block;
  width: 8px;
  height: 40px;
  background: #00b276;
  margin-right: 16px;
}
.advantages .content-right ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.advantages .content-right ul li {
  color: #666666;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.advantages .content-right ul li .subtitle {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 18px;
}
.advantages .content-right ul li .subtitle img {
  height: 32px;
  margin-right: 16px;
}

.certification {
  margin-bottom: 160px;
  text-align: center;
}
.certification img {
  height: 72px;
}
.certification h2 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 40px 0px;
}
.certification p {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
.certification p span {
  color: #55c28b;
}

.shadow-bottom {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.0588235294));
  position: fixed;
  width: 100%;
}/*# sourceMappingURL=home.css.map */