
/*	Mobile  */
	@media screen and (max-width: 440px) {

		.Container {
			margin-top: 4rem;
		}
	    .Container > .PageTitle {
	    	display: block !important;
	        margin: 0 !important;
	        padding: 0 !important;
	        margin-bottom: 1.5rem !important;
	        margin-top: -2rem !important;
	        line-height: 1.1em !important;
	        font-size: 2.5rem !important;
	        font-weight: 600 !important;
	        color: #bf0e0e !important;
	        text-align: center !important;
	        font-family: var(--Font_Text) !important;
	    }
		.RassImage {
			margin-top: 7.5rem;
		}
		.RassImage IMG {
			height: 7rem;
			max-width: 100%;
		}
		.ElencoEventi {
			max-width: 87vw;
		    display: flex;
		    margin-left: auto;
		    margin-right: auto;
		    margin-top: 3rem;
		    flex-wrap: wrap;
		    flex-direction: column;
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		.Container {
			margin-top: 1rem;
		}
		.Container > .PageTitle {
			color: #bf0e0e !important;
			margin-bottom: 1rem !important;
			font-family: var(--Font_Normal);
		}
		.RassImage {
			width:100%;
			margin-top:5rem;
		}
		.RassImage IMG {
			width:100%;
			display: block;
		}
		.Evento > a > .Date {
			top: unset !important;
			bottom: 1rem !important;
		}
		.RassDate {
			font-size:1.2rem;
			color: #222222;
			display: block;
			font-weight: 500;
			font-family: var(--Font_Text);
		}
		.ElencoEventi {
			max-width: 65.222rem;
			display: grid;
			grid-template-columns: 22.74rem 22.74rem 22.74rem;
			grid-column-gap: 0.5rem;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
		}

	}