header {
  max-width: 1920px;
  height: 100px;
  background: #CD2E37;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1),
      rgba(253, 232, 174, 1)
    )
    1 1;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
header .logo {
  width: 240px;
}
header ul {
  display: flex;
}
header ul li {
  margin-left: 150px;
}
header ul li a {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.maxMain {
  max-width: 1000px;
  margin: 0 auto;
}
.banner {
  margin-top: 122px;
}
.bannerImg {
  width: 545px;
}
.bannerText {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 53px;
  width: 780px;
  margin-top: 42px;
}
.indTitle {
  width: 912px;
  margin: 0 auto;
  margin-top: 80px;
}
.indTitle p {
  font-weight: 500;
  font-size: 48px;
  color: #000000;
  text-align: center;
  line-height: 1.4;
}

.list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.list li .listItem {
  width: 622px;
}
.list li .listItem p {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 1.4;
}
.list li .listItem span {
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  margin-top: 40px;
  display: block;
}

/* Footer Styles */
footer {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 0;
  margin-top: 100px;
}

.footerContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footerSection {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}

.footerSection h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
}

.footerSection ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSection ul li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.footerSection ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footerSection ul li a:hover {
  color: #1ba01d;
}

.appLink {
  display: inline-block;
  padding: 5px 15px;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.appLink:hover {
  background-color: #cc0000;
  color: #ffffff;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333333;
  font-size: 16px;
  color: #cccccc;
}
.policy{
    margin-top: 50px;
}
.policy p{
    font-size: 20px;
    line-height: 1.4;
    text-indent: 2em;
}