.wpfox_lp_cta_section {
	
	
	& > .wrapper {
		margin: 0 calc(50% - 50vw);
		padding: 4.5em calc(50vw - 50%);
		background-color: #002c77;
		color: #fff;
		text-align: center;
		
		& .cta-heading {
			color: #ebb700;
			margin: 0 0 0.5em;
			font-family: 'gill_sans', sans-serif;
			font-weight: 700 !important;
			font-size: 4em !important;
		}
		
		& p {
			color: #fff;
			font-size: 2.6em;
			font-weight: 400;
			margin: 0 0 0.5em;
		}
		
		& .cta-phone {
			font-size: 4em;
			margin: 0 0 0.15em;
		}
		
		& .cta-button {
			font-size: 1.5em;
			margin: 0.3em 0 0;
			/* text-transform: none; */
			/* border-radius: 3em; */
			/* margin-top: 0.4em; */
			/* font-weight: 500; */
		}
	}
}

@media (max-width: 63.999em) {
	.wpfox_lp_cta_section {
		& > .wrapper {
			& .cta-heading {
				font-size: 3.5em !important;
			}
			
			& p {
				font-size: 2.3em;
			}
			
			& .cta-phone {
				font-size: 3em;
			}
			
			& .cta-button {
				display: inline-block;
			}
		}
	}
}

@media (max-width: 39.999em) {
	.wpfox_lp_cta_section {
		& > .wrapper {
			& .cta-heading {
				font-size: 3em !important;
			}
			
			& p {
				font-size: 2em;
			}
			
			& .cta-phone {
				font-size: 2em;
			}
			
			& .cta-button {
				
			}
		}
	}
}