/***** CTA LIGHT *****/
.cta-light {
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 1200px) {
	.cta-light {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}