header {
	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/july-giveaway-header.jpg') !important;
	background-size: cover !important;
	background-position: bottom center;
}

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

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

header .title {
	text-transform: uppercase;
	font-size: 3.5rem !important;
}

header .subtitle {
	font-size: 2rem;
}

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

.offer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 600px;
	margin: 1rem auto 1rem 0;
}

.offer .textwrapper {
	font-size: 1.25rem;
	font-style: italic;
}

#card {
	transform: rotate(-5deg);
	height: 6rem;
	margin-right: 2rem;
}

.fineprint {
	font-size: 1rem;
}

@media screen and (max-width: 650px), screen and (max-device-width: 650px) {
	header {
		background-position: center;
	}
}
