.page-content{

	max-width:1100px;

	margin:0 auto;

	padding:6rem 2rem;

}


.page-title{

	color:#FBBF24;

	font-size:clamp(3rem,6vw,5rem);

	text-align:center;

	margin-bottom:4rem;

	text-transform:uppercase;

	letter-spacing:.08em;

	text-shadow:

	0 0 20px rgba(251,191,36,.25);

}


.page-content p{

	font-size:1.15rem;

	line-height:1.9;

	color:rgba(255,255,255,.85);

	max-width:850px;

	margin:0 auto 2rem auto;

	text-align:center;

}

/*#####################################################
    Über Auriga Delta
#####################################################*/

.auriga-about{

	max-width:1000px;

	margin:0 auto;

	text-align:center;

	padding:2rem;

	position:relative;

	max-width:900px;

	margin:0 auto;

	padding:2rem;

	z-index:1;

}

.auriga-about::before{

	content:"";

	position:fixed;

	inset:0;

	background-image:url("../images/background.png");

	background-size:auto;

	background-position:center center;

	background-repeat:no-repeat;

	background-attachment: fixed;

	opacity:0.15;

	z-index:-1;

	pointer-events:none;

}


.auriga-about p{

	color:rgba(255,255,255,.88);

	font-size:1.2rem;

	line-height:1.9;

	max-width:850px;

	margin:0 auto 2rem auto;

}


.about-intro{

	font-size:1.7rem !important;

	font-weight:700;

	color:#ffffff;

}


.about-subtitle{

	font-size:1.5rem !important;

	color:#FBBF24 !important;

	margin-bottom:3rem;

}


.about-quote{

	margin:5rem 0;

	font-size:clamp(2rem,0.7vw,3rem);

	font-weight:700;

	color:#FBBF24;

	line-height:1.3;

	text-shadow:

		0 0 20px rgba(251,191,36,.25),

		0 0 40px rgba(251,191,36,.15);

}


.about-ending{

	font-size:1.3rem !important;

	color:rgba(255,255,255,.95);

}

.about-divider{

	width:120px;

	height:2px;

	background:#FBBF24;

	margin:3rem auto;

	border-radius:2px;

	box-shadow:

		0 0 12px rgba(251,191,36,.45),

		0 0 25px rgba(251,191,36,.25);

}