.header__text {
	position: relative;
	left: 1em;
	top: -2.5em;
	display: inline-block;
	font-size: 75%;
	font-weight: bold;
	line-height: 2;
}

@media screen and (max-width: 992px) {
	.header__text {
		display: none;
	}
}
