
@media (min-width: 769px) {
	
	.container {
		margin: 5.0vw;
		position: relative;
		overflow: hidden;
	}

	.testo {
		text-align: left;
		font-family: 'Lato-Regular';
		color: rgba(113,116,120,1);
	}

	.titolo {
		font-size: 2.0vw;
		line-height: 2.2vw;
		font-style: normal;
		font-weight: bold;
		margin-bottom: 5.0vw;
	}

	.paragrafo {
		margin-bottom: 5.0vw;
	}
	
	.paragrafo h3 {
		font-size: 1.5vw;
		line-height: 1.6vw;
		font-style: normal;
		font-weight: bold;
		margin-bottom: 1.6vw;
	}

	.paragrafo p {
		font-size: 1.2vw;
		line-height: 1.4vw;
		font-style: normal;
		font-weight: normal;
		margin-bottom: 1.4vw;
		margin-left: 2.0vw;
	}
}

@media (max-width: 768px) {
	
	.container {
		margin: 3.0vh;
		position: relative;
		overflow: hidden;
	}

	.testo {
		text-align: left;
		font-family: 'Lato-Regular';
		color: rgba(113,116,120,1);
	}

	.titolo {
		font-size: 3.0vh;
		line-height: 3.6vh;
		font-style: normal;
		font-weight: bold;
		margin-bottom: 3.6vh;
	}

	.paragrafo {
		margin-bottom: 4.0vh;
	}
	
	.paragrafo h3 {
		font-size: 2.4vh;
		line-height: 2.8vh;
		font-style: normal;
		font-weight: bold;
		margin-bottom: 2.8vh;
	}

	.paragrafo p {
		font-size: 2.0vh;
		line-height: 2.4vh;
		font-style: normal;
		font-weight: normal;
		margin-bottom: 2.4vh;
		margin-left: 2.0vh;
	}
}
