.master-class-content h1 {
	font-family: var(--font-display);
	color: var(--primary-blue);
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 2rem;
	text-align: center;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.master-class-content h1 {
		font-size: 2rem;
	}
}

@media (max-width: 480px) {}

@media (prefers-reduced-motion: no-preference) {}

@media (prefers-reduced-motion: reduce) {}