.mc-partner-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.mc-partner-hero__container {
	max-width: 800px;
	margin: 0 auto;
}

.mc-partner-hero__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	margin-bottom: 1.5rem;
	line-height: 1.1;
}

.mc-partner-hero__subtitle {
	font-size: clamp(1.1rem, 2vw, 1.4rem);
	line-height: 1.6;
	max-width: 650px;
	margin: 0 auto;
	opacity: 0.9;
}
