.language-feature,
#products,
#how-it-works,
#demonstration,
#questions {
  scroll-margin-top: 104px;
}

.language-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  background: #edf1eb;
}

.language-heading h2 {
  margin: 0;
  color: #173f32;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.language-heading h2 em {
  color: #718b78;
  font-weight: 400;
}

.language-copy {
  color: #52645b;
  font-size: 18px;
  line-height: 1.7;
}

.language-copy p {
  margin: 0 0 18px;
}

.language-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.language-points span {
  padding: 9px 13px;
  border: 1px solid #a9bbad;
  border-radius: 999px;
  color: #284b3c;
  background: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .language-feature {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
