.large-graphic-with-text{
	/* padding-top:clamp(20px, 6.25vw, 80px;); */
	padding-top:0;
}
.large-graphic-with-text .image{
	grid-column: 1 / span 7;
}
.large-graphic-with-text .copy{
	grid-column: 9 / span 4;
}
.large-graphic-with-text .copy .copy-container{
	max-width: 310px;
	margin: 0 auto;
}
.large-graphic-with-text .copy h2 + div,
.large-graphic-with-text .copy p + div{
	margin-top: 2rem;
}
@media only screen and (max-width: 900px) {
	.large-graphic-with-text .image{
		grid-column: 1 / span 6;
	}
	.large-graphic-with-text .copy{
		grid-column: 1 / span 6;
		margin-top:4rem;
	}}