/* Milwaukee header text fix */
.mw-logo span:last-child,
.mw-logo-text,
.mw-brand-text {
	line-height: 1.08 !important;
	white-space: normal !important;
}

.mw-logo br,
.mw-logo-text br,
.mw-brand-text br {
	display: block;
}

@media (max-width: 575.98px) {
	.mw-logo span:last-child,
	.mw-logo-text,
	.mw-brand-text {
		font-size: 13px !important;
		line-height: 1.12 !important;
	}
}
