.tlv-manifesto {
  width: 100%;
  border-top: 1px solid var(--text-color-40);
  border-bottom: 1px solid var(--text-color-40);
  padding: 16vh 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tlv-manifesto-inner { max-width: 1300px; }
.tlv-manifesto-text {
  margin: 0;
  font-family: var(--font3, inherit);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.05;
  font-size: clamp(30px, 6vw, 88px);
  color: var(--text-color);
}
@media (max-width: 991px) { .tlv-manifesto { padding: 11vh 7vw; } }
