header.lander {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.5),
			rgba(56, 56, 56, 0.6)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/landers/lunch-and-learn-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

header.lander .bracket:after {
	content: '' !important;
}

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

section.first.lander div#offer {
	display: flex;
	justify-content: start;
	margin-bottom: 1rem;
}

img#giftcard {
	height: 12rem;
	padding: 1rem;
	margin: 0;
}

section.first.lander div#offer .textwrapper {
	max-width: 350px;
	margin: auto 0;
}

section.first.lander p.offer {
	font-size: 1rem;
}

section.first.lander p.fineprint {
	font-size: 0.9rem;
	font-style: italic;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	header.lander .textwrapper .subtitle {
		font-size: 1.5rem;
	}
	section.first.lander div#offer {
		flex-wrap: nowrap;
		justify-content: center;
	}
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
	section.first.lander .container {
		margin-top: -4rem;
	}

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

	img#giftcard {
		height: 12rem;
		padding: 0;
	}
}
