.about-copy {
  font-size: 1.14rem;
}

.about-copy .about-lead {
  color: var(--ink);
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1.5;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 38px;
}

.about-stats div {
  min-height: 124px;
  border: 1px solid var(--line);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-stats strong {
  color: var(--cyan);
  direction: ltr;
  font-size: 1.85rem;
  line-height: 1;
  text-align: right;
}

.about-stats span {
  color: #d1cbc5;
  font-size: .82rem;
  line-height: 1.35;
}

.about-stats + .tools {
  margin-top: 32px;
}

@media (max-width: 520px) {
  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stats div {
    min-height: 92px;
  }
}
