html,
body {
  background: #ffffff;
}

.shadow-bottom {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.0588235294));
  position: fixed;
  width: 100%;
  background: #ffffff;
}

.banner {
  background: url("../img/banner-bg.png") no-repeat center;
  background-size: cover;
}
.banner .banner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 128px;
  padding-top: 80px;
}
.banner .banner-container .banner-content h1 {
  color: #333333;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}
.banner .banner-container .banner-content p {
  color: #666666;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 16px 0px 40px 0px;
  width: 90%;
}

.requirement {
  padding-top: 80px;
}
.requirement h1 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 64px;
}
.requirement ul {
  display: flex;
  gap: 60px;
  text-align: center;
}
.requirement ul li {
  flex: 1;
}
.requirement ul li img {
  width: 64px;
  height: 64px;
}
.requirement ul li .title {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 24px 0px 4px 0px;
}
.requirement ul li .content {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.steps {
  padding-top: 160px;
}
.steps .steps-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steps .steps-content h2 {
  color: #333333;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 64px;
}
.steps .steps-content ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.steps .steps-content ul li {
  display: flex;
  align-items: center;
}
.steps .steps-content ul li .num {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px 4px 8px 5px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: #ffe8df;
  color: #f15913;
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-right: 16px;
}
.steps .steps-content ul li .desc {
  color: #666666;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.steps .steps-content ul li .desc strong {
  color: #333333;
  font-weight: 700;
  margin-top: 4px;
}
.steps .steps-content img {
  width: 420px;
  height: 549.16px;
}

.advantages {
  padding-top: 160px;
  padding-bottom: 80px;
}
.advantages ul {
  display: flex;
}
.advantages ul li {
  flex: 1;
  text-align: center;
}
.advantages ul li img {
  width: 280px;
  position: relative;
}
.advantages ul li p {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
}/*# sourceMappingURL=home.css.map */