.slide-img-container {
	height: 200px;
}

.slide-content {
	justify-content: end;
	margin-bottom: 2rem;
}

.slide-content-container .title {
	line-height: 1;
}

.slide-content-container .title h1 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
}

#slide-intro
{
	display: none;
}

.main-content {
	padding: 2rem 0;
}

#description {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
}

#description h2,
#page-intro #description h2 {
	font-size: 1.6rem;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}

#description p,
#page-intro #description p,
#page-text p
{
	font-size: 1.1rem;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: 0;
}

#page-intro {
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
	flex-direction: column-reverse;
}

#page-intro img {
	max-width: 100%;
}

.half-img-first,
.half-img-second {
	flex: 1;
	display: none;
	background-size: cover;
	background-position: left;
}

.half-img-first {
	clip-path: polygon(0 0, 100% 0%, 45% 100%, 0% 100%);
}

.half-img-second {
	clip-path: polygon(55% 0, 100% 0%, 100% 100%, 0 100%);
}

#page-intro .img-mobile {
	margin: auto;
	width: 99%;
	height: 300px;
	display: flex;
	align-items: center;
	overflow: hidden;
	clip-path: polygon(10% 0, 100% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%);
	background-size: cover;
	background-position: center;
}

#page-intro #description {
	flex: 2;
	padding: 1rem 2.5rem 3rem;
	max-width: 600px;
	margin: auto;
	gap: 2rem;
}

#page-text
{
	padding: 50px 30px 0;
	text-align: center;
}

#page-text p
{
	margin-bottom: 20px;
}

#page-text span
{
	color: var(--risalto-red-light)
}

@media (min-width:500px) {
	#page-intro .img-mobile {
		max-width: 480px;
	}
}

@media (min-width:645px) {
	#page-intro .img-mobile {
		max-width: unset;
		height: 500px;
	}
}

@media (min-width:850px) {
	#page-intro {
		flex-direction: row;
	}

	#page-intro .img-mobile {
		flex: 3;
		max-width: unset;
		width: 100%;
		height: 600px;
		clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	}

	#page-intro #description {
		z-index: 1;
		background: #fff;
		margin-left: -200px;
		margin-right: 25px;
		border-right: 5px solid var(--risalto-red-light);
		padding: 2rem 2.5rem;
	}
}

@media (min-width:991px) {
	#page-text
	{
		max-width: 1200px;
		margin: auto;
	}
}

@media (min-width:1024px) {
	.slide-content-container .title h1 {
		font-size: 2.4rem;
	}

	#slide-intro
	{
		display: block;
	}

	#description h2,
	#page-intro #description h2 {
		font-size: 2rem;
		line-height: 1.1;
	}

	#description p,
	#page-intro #description p,
	#page-text p
	{
		font-size: 1.2rem;
		line-height: 1.8;
	}

	#page-intro .img-mobile {
		display: none;
	}

	.half-img-first,
	.half-img-second {
		display: block;
		height: 550px;
	}

	#page-intro #description {
		background-image: none;
		padding: 0;
		border: none;
		margin: 0;
	}
}
