/* ==========================================================================
   Pagine testuali (copyright, privacy policy)
   Da probe-copyright.json / probe-privacy.json: fondo chiaro, titolo Cinzel
   42px/40px minuscolo centrato #333, corpo Cinzel 16/27 #333, h5 21px
   uppercase weight 200 ls 1px.
   ========================================================================== */

.testo { background: #fff; }
.testo__container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 30px;
}

.testo__title {
	margin: 120px 0 80px;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 1px;
	color: var(--c-text);
	text-align: center;
	text-transform: none;
}

.testo__body {
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 130px;
	font-size: 16px;
	line-height: 27px;
	color: var(--c-text);
}
.testo__body p { margin: 0 0 1em; }
.testo__body strong { font-weight: 700; }
.testo__body h5 {
	letter-spacing: 1px;
	color: var(--c-text);
	margin: 0 0 .5em;
}
.testo__body h5 strong { font-weight: 400; }
.testo__body hr {
	border: 0;
	border-top: 1px solid #e0e0e0;
	margin: 24px 0;
}

@media (max-width: 768px) {
	.testo__title { margin: 60px 0 40px; font-size: 30px; }
	.testo__body { padding-bottom: 70px; }
}
