header {
	background-image: url(https://assets-cdn.carwars.com/websites/callbox/landers/truck-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}

a.link {
	color: var(--green2);
	font-weight: 600;
}

header.lander .bracket {
	font-family: var(--head);
	text-transform: uppercase;
	color: var(--green4);
	font-size: 2rem;
	margin-left: 0.5rem;
}

header.lander .time {
	color: white;
	width: fit-content;
	margin: 1rem auto;
	padding: 0.5rem 2rem;
	border-radius: 3rem;
	background-color: var(--d-gray);
	font-family: var(--head);
	text-transform: uppercase;
}

header.lander .title {
	font-family: var(--mlight);
	font-size: 4rem;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 2rem;
}

header.lander .subtitle {
	font-family: var(--head);
	font-size: 2rem;
}

section.first.lander .pill {
	display: flex;
	flex-direction: row;
}

section.first.lander .pill p {
	margin: auto;
	margin-left: 0rem;
}

img#gift {
	height: 8rem;
	margin: auto;
	padding: 2rem;
	transform: rotate(-5deg);
}

section.first.lander .slogan {
	margin-bottom: 0;
}

section.first.lander #offer {
	max-width: 550px;
}

section.first.lander .offerText {
	margin-bottom: 1rem;
	font-size: 1rem;
}

.offerText p {
	font-family: var(--head);
	font-size: 1.25rem;
}

section.first.lander p.fineprint {
	font-family: var(--body);
	font-size: 0.8rem;
	font-style: italic;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	section.first.lander #offer {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 650px), screen and (max-device-width: 650px) {
	header.lander .title {
		font-size: 3rem;
	}

	section.first.lander #offer {
		flex-wrap: wrap;
	}

	img#gift {
		padding-bottom: 1rem;
		margin-top: -8rem;
	}
}
