@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);
}

.ns-container {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 10px 40px;
  color: #000000;
  box-sizing: border-box;
}
.downloads-line{
   text-align: center;
 width: 316px;
  height: 4px;
  background: #f60;
  border-radius: 10px;
  margin: 6px auto 10px;
}

.ns-header {
  text-align: center;
  margin-bottom: 18px;
}

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

.ns-grid-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 10px 0 20px;
  border-spacing: 40px 0;
}

.ns-grid-2 .ns-card {
  display: table-cell;
  vertical-align: top;
  padding: 14px;
border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 #eee;
}
.ns-grid-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 10px 0 20px;
  border-spacing: 40px 0;
}
.ns-container {
  max-width: 1000px;
}

.ns-grid-2.ns-wide .ns-card {
  padding: 18px;
  font-size: 12px;
}

.ns-grid-2 {
  gap: 16px;
}

.ns-grid-4 .ns-section {
  display: table-cell;
  vertical-align: top;
  padding: 14px;

border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 #eee;
}

.ns-grid-2 .ns-card + .ns-card {
  margin-left: 12px;
  display: table-cell;
}

.ns-card h2, .ns-card h3 {
  margin: 0 0 8px;
 font-size: 16px;
  color: #000;
}

.ns-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}
.ns-card ul {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  margin-left: 10px !important;
}

.ns-section {
  margin: 16px 0;
  text-align: center;
}

.ns-section h3 {
  font-size: 13px;
  margin: 0 0 8px;
  color: #333;
  font-weight: bold;
}

.ns-section p {
  font-size: 12px;
  color: #555;
  margin: 0 0 12px;
}

.ns-tags {
  text-align: center;
}

.ns-tags span {
  display: inline-block;
  padding: 4px 8px;
  margin: 4px 4px;
  font-size: 12px;
  border: 1px solid #d0d0d0;
  background: #f6f6f6;
  border-radius: 15px;
  color: #444;
}

.ns-section.ns-card {
  text-align: left;
  padding: 12px 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 0 #eee;
}

.ns-section.ns-card ul {
  margin: 0;
  padding-left: 16px;
  font-size: 12px;
  color: #444;
  line-height: 1.6;
}

.ns-softwares {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(5, 1fr);
}

.ns-softwares a {
  display: inline-block;
  margin: 8px 10px;
  padding: 6px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 0 #eee;
  color: black;
}

.ns-softwares img {
  width: 160px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1000px) and (orientation: portrait) {
  .ns-container {
    padding: 16px 12px 32px;
  }

  .ns-grid-2 {
    display: block;
    border-spacing: 0;
    text-align: left;
  }

  .ns-grid-2 .ns-card {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
  }

  .ns-grid-2 .ns-card + .ns-card {
    margin-left: 0;
    display: block;
  }

  .ns-softwares {
    grid-template-columns: repeat(2, 1fr);
  }
  .downloads-line {
  text-align: center;
  width: 275px;
  margin: 3px auto 10px;
  }
  
.ns-header p {
  font-size: 14px;
}
.ns-card h2, .ns-card h3 {
  font-size: 18px;
}
.ns-card p {
  font-size: 15px;
}
.ns-tags span {
  font-size: 14px;
}
.ns-section h3 {
  font-size: 15px;
}
.ns-card ul {
  font-size: 15px;
}
}