#about.niva-about {
  background: #fff;
  padding: 88px 24px 72px;
  scroll-margin-top: 96px;
  position: relative;
  z-index: 2;
  width: 100%;
}

#about.niva-about .niva-about-inner {
  max-width: 1080px;
  margin: 0 auto;
}

#about.niva-about .niva-about-kicker {
  font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.4em;
  text-align: center;
  color: rgb(9, 10, 13);
  margin: 0 0 8px;
  font-size: 18px;
}

#about.niva-about .niva-about-title {
  font-family: "IBM Plex Serif", "IBM Plex Serif Placeholder", serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -0.06em;
  line-height: 1.15;
  text-align: center;
  color: rgb(9, 10, 13);
  margin: 0 auto 20px;
  max-width: 18ch;
}

#about.niva-about .niva-about-lead {
  font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.4;
  text-align: center;
  color: rgb(109, 108, 108);
  margin: 0 auto 48px;
  max-width: 62ch;
}

#about.niva-about .niva-about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 40px;
}

@media (min-width: 810px) {
  #about.niva-about .niva-about-card + .niva-about-card {
    border-left: 1px dashed rgb(224, 222, 222);
    padding-left: 40px;
  }
}

#about.niva-about .niva-about-card h3 {
  font-family: "IBM Plex Serif", "IBM Plex Serif Placeholder", serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.06em;
  line-height: 1.3;
  color: rgb(9, 10, 13);
  margin: 0 0 12px;
}

#about.niva-about .niva-about-card p {
  font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.45;
  color: rgb(109, 108, 108);
  margin: 0;
}

@media (max-width: 809.98px) {
  #about.niva-about {
    padding: 64px 20px 48px;
  }

  #about.niva-about .niva-about-title {
    font-size: 32px;
  }

  #about.niva-about .niva-about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #about.niva-about .niva-about-card {
    padding-bottom: 28px;
    border-bottom: 1px dashed rgb(224, 222, 222);
  }

  #about.niva-about .niva-about-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
