html,
body {
  background: #ffffff;
}

.home {
  padding: 80px 0px;
  display: flex;
}
.home .content h1 {
  color: #263048;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  width: 60%;
  margin-bottom: 48px;
}
.home .content h1 img {
  height: 52px;
  margin-right: 12px;
}
.home .content p {
  color: #263048;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.home .content .amount {
  color: #0dc3e1;
  font-family: "Roboto";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin: 16px 0px 48px 0px;
}
.home .content a img {
  height: 99px;
}
.home .right-img {
  height: 453px;
  margin-top: 11px;
}

.advantages {
  background: #f6f6f9;
  padding: 80px 0px;
}
.advantages .title {
  color: #263048;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 60px;
}
.advantages .title span {
  color: #0dc3e1;
}
.advantages ul {
  display: flex;
  gap: 24px;
}
.advantages ul li {
  padding: 48px 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  flex: 1;
}
.advantages ul li .stars {
  height: 36px;
  gap: 24px;
  display: flex;
  justify-content: center;
}
.advantages ul li .card-title {
  color: #0dc3e1;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 24px 0px;
}
.advantages ul li p {
  color: #263048;
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.steps {
  padding: 80px 0px;
}
.steps .step-item {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.steps .step-item .step-left h4 {
  color: #263048;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.steps .step-item .step-left h2 {
  color: #263048;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 16px 0px 48px 0px;
}
.steps .step-item .step-left h2 span {
  color: #0dc3e1;
}
.steps .step-item .step-left ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.steps .step-item .step-left ul li {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1019607843);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steps .step-item .step-left ul li .step-content {
  display: flex;
  align-items: center;
  color: #263048;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-right: 36px;
}
.steps .step-item .step-left ul li .step-content .step-number {
  width: 48px;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: #0dc3e1;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-right: 16px;
}
.steps .step-item .step-left ul li img {
  height: 40px;
}
.steps .step-item img {
  height: 428px;
}
.steps .step-item .step-right-img {
  height: 645px;
}
.steps .step-item .step-right h4 {
  color: #263048;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.steps .step-item .step-right h2 {
  color: #263048;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 16px 0px 48px 0px;
}
.steps .step-item .step-right ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.steps .step-item .step-right ul li {
  display: flex;
  align-items: center;
  color: #263048;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.steps .step-item .step-right ul li img {
  height: 48px;
  margin-right: 16px;
}
.steps .step-right-item {
  align-items: center;
  margin-top: 120px;
}

.banner {
  background: #f6f6f9;
  padding: 80px 0px;
}
.banner .banner-container {
  background: url("../img/banner-bg.png") no-repeat center;
  background-size: 100% 100%;
  padding: 60px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .banner-container .content h1 {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 32px;
}
.banner .banner-container .content h1 span {
  color: #0dc3e1;
}
.banner .banner-container .content img {
  height: 54.04px;
}
.banner .banner-container a img {
  height: 99px;
}/*# sourceMappingURL=home.css.map */