.block-truth {
  min-height: 58vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 60px 30px;
  border-bottom: 2px solid var(--line);
  background: var(--bg);
}
.block-truth h3 {
  margin: 0; text-transform: uppercase;
  font-size: clamp(42px, 7vw, 104px); line-height: .88; font-weight: 900; letter-spacing: -.08em;
  max-width: 1050px; text-wrap: balance;
}
@media (max-width: 820px) {
  .block-truth { min-height: 44vh; }
}
