.header-image
	{ 
		    display: flex
;
		align-items: start;
		background-image:url(../images/ripm1b.png); 
		    background-position: 50% 50%;
	}
	
	.ridotto
	{
		max-width:980px;
		margin:auto;
		display:block;
		font-size:18px !important;
		
			line-height:22px !important;
 
	}
	
	.ridotto>p
		{
			font-size:32px !important;
			line-height:35px !important;
		}
	
	ul
	{
		text-align: left;
    margin: 20px 0;
	}
	
	.row
	{
		margin:auto;
	}
	
	
	li
	{
		margin-bottom:15px;
	}
	
	ul
	{
		padding-left:20px;
	}
	
	.bb
	{
		color:white;
		background:rgba(0,0,0,.8);
		padding:5px;
		width:100%;
	}
	
	a, a:visited
		{
			color:inherit;
		}
		
		.template_image
		{
			margin-top: -50px;
			margin-bottom: -20px;
		}
		
	.m48
	{
		margin-top: 48px;
	}		
	
	.template_image img 
		{
			padding-left:30px;
		}
		
	.titolone
	{
		position: absolute;
		bottom:  calc(50% - 60px);
		width: 100%;
		text-align: center;
		font-weight: 600;
		color: #0c7733;
		font-size: 60px;
		line-height: 65px;
		    text-shadow: 0px 0px 8px white;
	}
	
	.faq
		{
			padding: 0 0;
			margin-top: 20px;
			text-align: left;
			line-height: 21px;
			font-size: 18px;
		}
		
	.topbiancomob
	{
		border-top:1px white solid;
	}
	
	.bordibianchimob
	{
		border-left:1px white solid;
		border-right:1px white solid;
	}
	
	.titolopaginaContainer
	{
		position:absolute;
		top:calc(50% +  20px);
		left:0;width:100%;
		font-size:60px;
		text-align:center;
		color:white;
		z-index:9;
	}
	
	.titolopagina
	{
		font-size:62px;
		text-align:center;
		line-height:62px;
		text-shadow:0px 0px 10px #000;
		padding:0 15px;
	}
	
	@media only screen and (max-width: 768px)
	{
		.titolopaginaContainer
		{
			top:calc(50% +  0px);
		}
		
		.titolopagina
		{
			font-size:42px; 
			line-height:42px; 
		}
	
		.topbiancomob
		{
			border-top:none;
		}
	
		.bordibianchimob
		{
			border-left:none;
			border-right:none;
		}
		
		.header-image
		{
			        aspect-ratio: 1 / 0.8;
			background-image:url(../images/ripm1b.png); 
			    background-position: 50% 15%;
		}
		
		.bb
		{
			color:white;
			background:rgba(0,0,0,.8);
			padding:5px;
			width:100%;
			margin-top: 8px;
		}
		
		.m48
		{
			margin-top: 0px;
		}	
		
	 
		
		.template_image img 
		{
			padding-left:0;
		}
		
		.ridotto
		{
			font-size:16px;
			line-height:18px;
		}
		
		.ridotto>p
		{
			font-size:28px;
			line-height: 30px;
		}
		
		.titolone
		{
			position: absolute;
			bottom: 35px;
			width: 100%;
			text-align: center;
			font-weight: 600;
			color: #0c7733;
			font-size: 40px;
			line-height: 35px;
		}
		
		.faq
		{
			padding: 0 10px;
			margin-top: 20px;
			text-align: center;
			line-height: 18px;
			font-size: 14px;
		}
	} 