
/*	Mobile  */
	@media screen and (max-width: 440px) {

		.Container{
			margin: 0 auto;
			width: 100%;
		}

		.Container .Testo {
			font-size: 1.1rem;
			line-height: 1.6em;
		}

		.NewsImage{
			max-width: 100%;
		}

		.Image{
			max-width: 100%;
		}
		.Container .ElencoNotizie {
			max-width:100%;
			display: grid;
			grid-template-columns: repeat(1, minmax(0, 1fr));
			grid-column-gap: 2.5rem;
			grid-row-gap: 2.5rem;
			margin-left: auto;
			margin-right: auto;
		} 
		.Container H3 {
			display: block;
			margin: 0;
			padding: 0;
			padding-top: 5rem;
			margin-bottom: 1rem;
			font-size: 1.5rem;
			font-weight: 900;
			color: #444444;
			text-align: center;
			text-transform: uppercase;
		}

		#main-container{
			transition: all 0.5s;
			margin-top: 5.5rem;
		}

		

		.news-container{
			width: 90%;
			margin: auto;
		}

		.Title{
			font-size: 1.5rem;
			text-transform: uppercase;
			color: #000;
			margin-top: 3rem;
		}

		.Data{
		    width: 9rem;
		    background: #fff;
		    text-align: left;
		    height: 2rem;
		    line-height: 2rem;
		    color: #9c0034;
		    font-size: 1rem;
		}

		.ElencoNotizie {
	        max-width: 100%;
	        display: grid;
	        grid-template-columns: repeat(3, minmax(0, 1fr));
	        grid-column-gap: 2.5rem;
	        grid-row-gap: 2.5rem;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 4rem;
	        text-align: center;
	    }

	    .Notizia{
			border: 0 !important;
			padding-bottom: 1rem !important;
		}

		.NewsTitle{
			display: block;
			margin-top: 0.5rem;
			font-size: 1.5rem;
			color: #000;

		}
		.Container .linkNews {
			text-align: center;
			width: 100%;
			display: block;
			margin-bottom: 3rem;
			font-weight: 600;
			font-size: 1rem;
		}

		.Bottone{
		    color: #fff;
		    background: #9c0034;
		    display: block;
		    margin-top: 2rem;
		    height: 3rem;
		    line-height: 3rem;
		    font-size: 1rem;
		    text-transform: uppercase;
		    width: 50%;
        	margin: 1.2rem auto;
		}

		.Image{
			display: block;
	        width: 100%;
	        height: 14rem;
	        background-position: center top;
	        background-repeat: no-repeat;
	        background-size: cover;
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		.NewsImage {
			display: block;
			width: 100%;
			height: 22rem; 
			overflow: hidden;
			margin-top: 6rem;
		}
		.NewsImage IMG {
			width:100%;
			margin-top: -2rem;
		}
		.Container {
		    margin-top: 0rem;
		}
		
		.Container .Testo {
			font-size: 1.1rem;
			line-height: 1.6em;
			margin-top: 3rem;
		}
		.Container .Testo p {
			font-size: 0.85rem;
			line-height: 1.6em;
		}
		.Container .ElencoNotizie {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: repeat(3, minmax(0, 1fr));
			grid-column-gap: 2.5rem;
			grid-row-gap: 2.5rem;
			margin-left: auto;
			margin-right: auto;
		} 
		.Container H3 {
			display: block;
			margin: 0;
			padding: 0;
			padding-top: 5rem;
			margin-bottom: 0.5rem;
			font-size: 1.7rem;
			font-weight: 600;
			color: #444444;
			text-align: center;
			text-transform: uppercase;
		}
		.Container .linkNews {
			text-align: center;
			width: 100%;
			display: block;
			margin-bottom: 3rem;
			font-weight: 600;
			font-size: 0.85rem;
		}

		#main-container{
			transition: all 0.5s;
			margin-top: 10rem !important;
		}

		.Container{
			max-width: 90%;
		}

		.news-container{
			width: 60%;
			margin: auto;
		}

		.Title{
			font-size: 1.7rem;
		    text-transform: uppercase;
		    color: #000;
		    font-weight: 600;
		}
		.PageSubtitle {
			font-size: 1.3rem !important;
			margin-top: -1rem !important;
		}

		.Data{
		    padding: 0.56rem 2.3rem;
		    background-color: #f7f7f7;
		    color: var(--Box_Evento_Button_Text_Color);
		    font-weight: 500;
		    text-transform: uppercase;
		    font-size: 0.875rem;
		    width: 100%;
		    max-width: 6rem;
		    text-align: center;
		    height: auto;
		}

		.ElencoNotizie {
	        max-width: 100%;
	        display: grid;
	        grid-template-columns: repeat(3, minmax(0, 1fr));
	        grid-column-gap: 2.5rem;
	        grid-row-gap: 2.5rem;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 4rem;
	    }

	    .Notizia{
			border: 0 !important;
			padding-bottom: 1rem !important;
		}

		.NewsTitle{
			display: block;
			margin-top: 0.5rem;
			font-size: 1.5rem;
			color: #000;
		}

		.Bottone{
		    color: #fff;
		    background: #9c0034;
		    display: block;
		    margin-top: 2rem;
		    height: 3rem;
		    line-height: 3rem;
		    font-size: 1rem;
		    text-transform: uppercase;
		}
		.Bottone:hover{
			background: #fff;
			border: 1px solid #9c0034;
			color: #9c0034;
			transition: all 0.5s;
		}


	}