#offer-banner {
	margin-top: 1rem;
	padding: 3rem 6rem;
	position: relative;
	overflow: hidden;
}

#offer-banner h2 {
	font-size: 20px;
	margin-bottom: 3rem;
	position: relative;
	z-index: 1;
}

#offer-banner .content {
	font-size: 30px;
	position: relative;
	z-index: 1;
}

#offer-banner .content a {
	font-family: "Cachet Book", sans-serif;
}

#page #content #offer-banner .icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #000 !important;
	font-size: 500px;
	line-height: 0;
	opacity: 0.15;
}
#page #content #offer-banner .icon * {
	color: #000 !important;
}

@media (max-width: 768px) {
	#offer-banner {
		padding: 3rem 4rem;
	}
	#offer-banner h2 {
		margin-bottom: 2rem;
	}
	#page #content #offer-banner .icon {
		font-size: 400px;
		right: -10rem;
	}
}
