html,
body {
  background: #ffffff;
}

.container-lg {
  max-width: 1140px;
}

.banner {
  background: url("../img/banner-bg.jpg") no-repeat center;
  background-size: cover;
}
.banner .recommend {
  padding: 120px 0;
}
.banner .recommend .text {
  font-family: "Open Sans", Arial;
  font-size: 14pt;
  font-weight: 700;
  vertical-align: baseline;
  color: rgb(255, 255, 255);
}
.banner .recommend h1 {
  font-family: "Open Sans", Arial;
  font-size: 64px;
  font-weight: 700;
  vertical-align: baseline;
  color: rgb(255, 255, 255);
  width: 60%;
  margin: 40px 0px;
}
.banner .recommend .text1 {
  font-family: "Open Sans", Arial;
  font-size: 14pt;
  vertical-align: baseline;
  color: rgb(255, 255, 255);
  width: 60%;
  line-height: 35px;
}

.about-us {
  background: #007db7;
  padding: 120px 0px;
}
.about-us .introduce {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 120px;
}
.about-us .introduce li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.about-us .introduce li .text-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.about-us .introduce li .text-content h1 {
  color: rgb(255, 255, 255);
  font-family: "PT Sans", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 38px;
}
.about-us .introduce li .text-content p {
  color: rgb(255, 255, 255);
  font-family: "PT Sans", Arial;
  font-size: 14pt;
  font-weight: 400;
  vertical-align: baseline;
  line-height: 35px;
}/*# sourceMappingURL=home.css.map */