header.lander {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.7),
			rgba(56, 56, 56, 0.7)
		),
		url('https://assets-cdn.carwars.com/websites/callbox/landers/CB-GA4-Cheat-Sheet_Header.jpg');
	background-position: center;
	background-size: cover;
}

header .textwrapper {
	max-width: 700px;
}

header .textwrapper .title {
	font-size: 2.5rem;
}

.pill.solid {
	display: flex;
	flex-direction: row;
}

.pill.solid p {
	margin: 0 auto 0 0;
}

header.lander .cover img {
    width: 100%;
	height: 100%;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	header.lander .cover img {
		width: 100%;
		height: auto;
	}
}