.section-follow-the-music
	.section-content
	.typography-overview-section-headline
	.nowrap {
	display: initial;
	text-decoration: initial;
	white-space: normal;
}
@media only screen and (max-width: 410px) and (min-width: 385px) {
	.section-follow-the-music
		.section-content
		.typography-overview-section-headline
		.nowrap {
		display: inline-block;
		text-decoration: inherit;
		white-space: nowrap;
	}
}
