header {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
		url(https://assets-cdn.carwars.com/websites/landing-pages/newimghealthcaretexting.png);
	background-size: cover;
	background-position-x: right;
	background-attachment: initial;
	background-position: 0px 100%;
}

header .textwrapper {
	text-align: left;
	max-width: 500px;
	margin-left: 2rem;
}

header .textwrapper .subtitle {
	max-width: 400px;
	margin-left: 0rem;
}

main .top-header.smaller .image-wrapper img {
	object-position: 0 100%;
}

#chat {
	margin: auto;
}

#chat img {
	max-width: 350px;
	transform: translateY(5rem);
	transition: transform var(--ease);
}

#chat img:hover {
	transform: translateY(4.8rem);
}

#formfill a {
	color: var(--green2);
}

section article.padded .container {
	padding: 1rem 3rem;
	margin-bottom: 1.5rem;
}

#explore-industry {
	margin-bottom: 2rem;
}

#explore-industry article {
	padding-bottom: 1rem;
}

section article.explore-industry button {
	margin: 0.25rem 1rem;
}

main section article {
	height: 100%;
}
main section article .formfill {
	margin-bottom: 0;
}
main section.first.lander .left {
	width: 100%;
}

@media screen and (max-width: 950px), screen and (max-device-width: 950px) {
	header .textwrapper {
		max-width: 400px;
		margin-left: 2rem;
	}

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

	header .textwrapper .subtitle {
		font-size: 1.25rem;
		max-width: 350px;
	}
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	header {
		display: flex;
		flex-direction: column;
		background-image: linear-gradient(
				90deg,
				rgba(0, 0, 0, 0.5),
				rgba(0, 0, 0, 0.5)
			),
			url(https://assets-cdn.carwars.com/websites/landing-pages/newimghealthcaretexting.png);
	}

	header .textwrapper {
		text-align: center;
		margin: auto;
	}

	header .textwrapper .subtitle {
		margin: auto;
	}

	#chat img {
		padding-top: 1rem;
		transform: none;
		width: 80%;
	}
}
