.acm-cta .call-to-action-image {
	margin-top: 60px;
	margin-bottom: -104px;
}
@media screen and (max-width: 767px) {
	.acm-cta .call-to-action-image {
		margin-bottom: -52px;
	}
}
.acm-cta.brand-success {
	background-color: #38b775;
	-webkit-transition: background 0.35s;
	-o-transition: background 0.35s;
	transition: background 0.35s;
}
.acm-cta.brand-success:hover {
	background-color: #2c905c;
}