
/*	Mobile  */
	@media screen and (max-width: 440px) {

		.Container {
			margin-top: 4rem;
		}
		.RassImage {
			margin-top: 10rem;
		}
		.RassImage IMG {
			height: 7rem;
			max-width: 100%;
		}

		



	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		.Container {
			margin-top: 0rem;
		}
		.RassImage {
			width:100%;
			margin-top:8rem;
		}
		.RassImage IMG {
			width:100%;
			display: block;
		}
		.RassDate {
			font-size:1.2rem;
			color: #222222;
			display: block;
		}
		.ElencoEventi {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: repeat(1, minmax(0, 1fr));
			grid-column-gap: 0;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
			margin-top:3rem;
		}
		.container > p {
		    width: 50% !important;
		    max-width: 50% !important;
		    text-align: justify;
		}


	}

		/*	Desktop  */
		@media screen and (min-width: 441px) {


	.redbar{
		background: #9c0034;
		color: #fff;
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
		height: 12.5rem !important;
		width: 100% !important;
		font-size: 2rem !important;
		font-weight: 500 !important;
		text-transform: uppercase;
	}

	.container > p{
		width: 50% !important;
		max-width: 50% !important;
		text-align: justify;
	}

	.container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	 margin-top: 10rem !important;
    transition: all 0.5s;
}

.Subtitle{
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	margin-top: 3rem;

}

.Text {
	font-size: 0.8rem !important;
	margin-top: 1rem !important;
	color: #545454 !important;
	font-weight: 500 !important;
	overflow: hidden;
	height: 5rem;
	width: 16rem;
	text-transform: none !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
}


.Link{
	font-size: 1rem;
	color: #9c0034 !important;
	font-weight: 600;
	letter-spacing: 0.02rem;
	
}

/*.EventBox{
	display: flex;
    max-width: 32%;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    height: 29rem;
    margin-top: 4rem;
}
*/


/*.Image{
	width: 100%;
}

.TextBox{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.TextBox > p{
    margin: 0;
    color: #9c0034;
    font-weight: 600;
    text-transform: uppercase;
    width: 16rem;
}

.Title{
	font-size: 1.5rem;
	margin-top: 1rem !important;
}

.ButtonBox{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.EventButton{
	padding: 0.6rem 1.9rem;
	border: 1px solid #9c0034;
	color: #9c0034!important;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	transition-duration: 0.3s;
	transition-property: background, color;
	margin-bottom: 1.5rem;
}

.InfoButton{
	padding: 0.6rem 1.9rem;
	border: 1px solid #fff;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	transition-duration: 0.3s;
	transition-property: background, color;
	margin-bottom: 1.5rem;
}

.InfoButton:hover{
	color: #000!important;
	background: #fff;
}
*/

.EventsContainer{
	display: flex;
	flex-direction: row;
	gap: 0.7%;
	width: 90%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	margin-top: 2rem;
	row-gap: 5rem;
	max-width: 71.222rem;
}




}




@media screen and (max-width: 443px){



	.EventsContainer{
		display: flex;
		flex-direction: row;
		gap: 0.7%;
		width: 90%;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 2rem;
		margin-top: 2rem;
		row-gap: 5rem;
	}
		.redbar{
			background: #9c0034;
			color: #fff;
			display: flex !important;
			flex-direction: row !important;
			align-items: center !important;
			justify-content: center !important;
			text-align: center !important;
			height: 12.5rem !important;
			padding: 0rem 2rem;
			width: calc(100% - 4rem); !important;
			font-size: 1.5rem !important;
			font-weight: 500 !important;
			text-transform: uppercase;
		}

		.container > p{
			width: 50% !important;
			max-width: 50% !important;
			text-align: justify;
		}

	.Subtitle{
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
		margin-top: 3rem;

	}

	.Text {
		font-size: 0.8rem !important;
		margin-top: 1rem !important;
		color: #545454 !important;
		font-weight: 500 !important;
		overflow: hidden;
		height: 5rem;
		width: 16rem;
		text-transform: none !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		text-overflow: ellipsis;
	}


	.Link{
		font-size: 1rem;
		color: #9c0034 !important;
		font-weight: 600;
		letter-spacing: 0.02rem;
		
	}

/*----------------------------------------------------*/


	.container{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #fff;
		 margin-top: 5.5rem !important;
	    transition: all 0.5s;
	}
	.container > p{
		width: 100% !important;
		max-width: 80% !important;
		text-align: justify;
		font-size: 1rem;
	}

	.EventsContainer{
		flex-direction: column;
	}

	.redbar{
		margin-bottom: 0;
	}
}

.Date{
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
}
