.free-offer {
	position: relative;
	width: 100%;
	text-align: center;
	height: 340px;
}
.hero-image-and-text {
	position: relative;
	width: 100%;
	text-align: center;
	height: 260px;
}
.free-offer h3 {
	margin-top: 0px;
	margin-bottom: -45px;
	padding-left: -120px;
	padding-right: -120px;
	margin-left: -120px;
	margin-right: -120px;
	font-family: SinkinSans-800Black;
	font-size: 18px;
}
.hero-image-and-text h3 {
	font-family: SinkinSans-800Black;
	font-size: 18px;
	margin-top: 100px;
	padding-left: -120px;
	padding-right: -120px;
	margin-left: -120px;
	margin-right: -120px;
}
.free-offer img, .hero-image-and-text img {
	width: 100%;
	height: 100%;
}
#free-offer, #hero-image-and-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
}
.free-offer a {
	color: white;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: white;
	background: black;
	margin-top: 20px;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	#free-offer h3 {
		font-size: 17px;
		margin-top: 0px;
	}
	#hero-image-and-text h3 {
		margin-top: 107px;
	}
}
@media screen and (max-width: 600px) {
	#free-offer h3 {
		font-size: 13px;
		line-height: 1.5em;
		margin-top: -10px;
	}
	#hero-image-and-text h3 {
		font-size: 13px;
		line-height: 1.5em;
		margin-top: 95px;
	}
	.free-offer img {
		height: 330px;
	}
	.hero-image-and-text img {
		height: 255px;
	}
	.free-offer a {
		font-size: 14px;
	}
}