#page-content header {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	position: relative;
	text-align: center;
}

.slide-img-container {
	background-color: #000;
	max-height: 100vh;
	position: relative;
}

.slide-bck {
	background-image: url("/img/sliderRisalto.jpg");
	height: 100%;
	width: 100%;
	opacity: 0.4;
	background-position: center;
	background-size: cover;
}

.slide-content-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	color: #fff;
	display: flex;
	justify-content: center;
}

.slide-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slide-content-container .title {
	display: flex;
	align-items: center;
	gap: 1rem;
}

#slide-intro {
	font-size: 1.1rem;
}

#slide-intro p {
	line-height: 1.6;
	margin: 0;
}

#slide-intro a {
	color: #fff;
}
