/* Align the section label with the top-left edge of the green panel. */
.about-copy > span {
	transform: translateX(-30px);
}

@media (max-width: 700px) {
	.about-copy > span {
		transform: translateX(-20px);
	}
}
.about-section { scroll-margin-top: 160px; }

@media (max-width: 1100px) {
	.about-section { scroll-margin-top: 120px; }
}
