/* START: Footer CTA Section */
.footer-cta-wrap .footer-cta .call-to-action-module h2,
.footer-cta-wrap .footer-cta .call-to-action-module .cta-content > p {
	color: #0c0c0c;
}
.footer-cta-wrap .footer-cta .call-to-action-module .cta-content figure::after {
	content: "";
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0.35) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* END of Footer CTA Section */