/**
 * Keep the four studio-step titles visually balanced with their illustrations.
 */

.studio-steps strong {
	font-size: clamp(1.4rem, 1.8vw, 2rem);
}

