.qnd-section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	border-left: 1px solid var(--qnd-darkblue-500);
	padding-left: var(--qnd-space-3);
	min-height: 56px;
	height: auto;
	box-sizing: border-box;
}

.qnd-section-title__text {
	margin: 0;
	font-family: var(--qnd-font-serif);
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--qnd-black-900);
	overflow-wrap: break-word;
}

.qnd-section-title__muted-1 {
	color: var(--qnd-muted-1);
}

.qnd-section-title__muted-2 {
	color: var(--qnd-muted-2);
}

@media (max-width: 1024px) {
	.qnd-section-title__text {
		font-size: 36px;
		line-height: 40px;
	}
}

@media (max-width: 768px) {
	.qnd-section-title {
		justify-content: center;
		align-items: center;
		min-height: 0;
		border-left: none;
		padding-top: var(--qnd-space-1);
		padding-bottom: var(--qnd-space-1);
		padding-left: 0;
	}

	.qnd-section-title__text {
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}
}

@media (max-width: 380px) {
	.qnd-section-title__text {
		font-size: 20px;
		line-height: 26px;
	}
}
