.cta-row {
	max-width:900px;
	margin:0 auto !important;
}

.cta-image {
	width:100%;
	max-width:300px;
}

.cta-title {
	font-size:34px;
	color: #B1C800;
}

@media only screen and (max-width:480px) {
	.cta-image {
		max-width:100% !important;
	}
}