body > section {
	min-height: 30vh;
}
.st-portali-interne {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 clamp(16px, 5vw, 40px);
}
.stit-sezione-siti {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
	padding: clamp(15px, 4vw, 25px);
	grid-template-rows: repeat(4, auto);
	justify-items: center;
}
h1 {
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 5px;
	color: var(--body-titlecolor);
	line-height: 1em;
	font-weight: 800;
}
h1:before {
	vertical-align: text-top;
	content: '';
	display: inline-block;
	height: 1em;
	width: 180px;
	background-size: contain;
	background-position: 50% 50%;
	background-image: url(//cms.pegasomedia.it/grafica/stit-logo-arancione-solo.svg);
	background-repeat: no-repeat;
}
.stit-sezione-sito {
	padding: clamp(1em, 4vw, 1.7em);
	border-radius: 4px;
	color: var(--colore1-2o);
	background-color: var(--colore1-2);
	background-size: cover;
	background-image: url(//cms.pegasomedia.it/grafica/stit-sfondo.jpg);
	background-blend-mode: color-burn;
	background-repeat: no-repeat;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 0;
	width: 100%;
	max-width: 450px;
}
.stit-sezione-sito h2 {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 2px;
	color: var(--body-titlecolor);
	line-height: 1em;
	font-weight: 800;
}
.stit-sezione-sito time {
	font-weight: bold;
	font-size: 0.8rem;
	opacity: .7;
	margin: .7em;
	display: block;
}
.stit-sezione-sito p {
	font-size: 1rem;
	font-weight: 500;
}
.stit-sezione-sito .stit-vedi-notizie {
	text-align: right;
	margin-top: 0.8em;
	line-height: 1;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 1px;
	color: var(--body-bgcolor);
	font-weight: 800;
}
#tempoimpiegato { display: none; }