
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
body {    font-family: 'DM Sans', sans-serif;
    background-color: rgb(253, 248, 234);
}
.downloads-line{
   text-align: center;
width: 386px;
  height: 4px;
  background: #f60;
  border-radius: 10px;
  margin: 8px auto 10px;
}
.websystem-wrap {
max-width: 920px;
 width: 100%;
  margin: 0 auto;
  padding: 24px 10px 40px;
  color: #000000;
}

.websystem-header {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 18px;
}



.websystem-header p {
  font-size: 12px;
  color: #777;
  margin: 6px 0 0 0;
}

.websystem-card {
  background: #ffffff;
border: 1px solid #eee;
  border-radius: 10px;
  padding: 14px 18px;
  margin: 12px 0 18px 0;
 font-size: 13px;
  line-height: 1.4;
  color: #666;

}
.websystem-card h2 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #000000;
}

.websystem-section-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 16px 0 10px 0;
}

.websystem-card ul {
  margin: 0;
  padding-left: 18px;
}

.websystem-card ul li {
  margin: 4px 0;
}

.websystem-feature {
  background: #ffffff;
border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 10px 0;
 font-size: 13px;
  line-height: 1.4;
  color: #666;
}

.websystem-feature-title {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-bottom: 4px;
}


@media screen and (max-width: 1000px) and (orientation: portrait) {
.downloads-line {
  text-align: center;
  width: 320px;
}
.websystem-header p {
  font-size: 14px;
}
.websystem-card {
  font-size: 15px;
}
.websystem-card h2 {
  font-size: 18px;
}
.websystem-feature-title {
  font-weight: bold;
  font-size: 18px;
}
.websystem-feature {
  font-size: 15px;
}
}