.home-story{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:90vh;
	padding:180px 0;
	background:#ffffff;
	text-align:center;
}
.home-story__eyebrow{
	display:inline-block;
	margin-bottom:50px;
	font-size:.9rem;
	font-weight:600;
	letter-spacing:.20em;
	text-transform:uppercase;
	color:var(--color-primary);
}
.home-story h2{
	margin:0 auto;
	max-width:1200px;
	font-size:clamp(4rem,9vw,8rem);
	font-weight:700;
	line-height:.92;
	letter-spacing:-.04em;
	color:#111315;
}
@media (max-width:1000px){
	.home-story{
		min-height:auto;
		padding:140px 0;
	}
	.home-story__eyebrow{
		margin-bottom:35px;
	}
	.home-story h2{
		font-size:clamp(2.8rem,12vw,4.5rem);
		line-height:1;
	}
}
/*
.home-story{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:90vh;
	padding:160px 0;
	background:#ffffff;
	color:#111315;
}
.home-story__content{
	max-width:1100px;
	text-align:center;
}
.home-story__eyebrow{
	display:inline-block;
	margin-bottom:40px;
	font-size:.9rem;
	font-weight:600;
	letter-spacing:.18em;
	text-transform:uppercase;
	color:var(--color-primary);
}
.home-story h2{
	margin:0;
	font-size:clamp(4rem,9vw,8rem);
	font-weight:700;
	line-height:.95;
	letter-spacing:-.03em;
}
.home-story p{
	margin:70px auto 0;
	max-width:760px;
	font-size:1.35rem;
	line-height:2;
	color:rgba(17,19,21,.70);
}
@media (max-width:1000px){
	.home-story{
		min-height:auto;
		padding:140px 0;
	}
	.home-story h2{
		font-size:clamp(2.8rem,12vw,4.5rem);
		line-height:1;
	}
	.home-story p{
		margin-top:40px;
		font-size:1.15rem;
	}
}
*/