.ce_rsce_cta {
	background-color: var(--color1);
	padding-top: 3rem;
	padding-bottom: 0rem;
	
}
.ce_rsce_cta__inner {
	display: grid;
	gap: var(--grid__gutter);
	
}
.ce_rsce_cta__title {
	color: white;
	font-size: var(--xl);
	line-height: var(--lh-xl);
	
}
.ce_rsce_cta__link {
	/* width: 17rem; */
	margin-bottom: 1rem;
}
.ce_rsce_cta__phone-label {
	
}
@media screen and (min-width: 768px){
	.ce_rsce_cta {
	
	}
	.ce_rsce_cta__title {
	
	}
	.ce_rsce_cta__link {
	
	}
	.ce_rsce_cta__phone-label {
	
	}	
	
}
@media screen and (min-width: 992px){
	.ce_rsce_cta {
		padding-top: 6rem;
		padding-bottom: 0rem;
		
	}
	.ce_rsce_cta__inner {
		grid-template-columns: 1fr 1fr;
		
	}
	.ce_rsce_cta__title {
	
	}
	.ce_rsce_cta__link {
	
	}
	.ce_rsce_cta__phone-label {
	
	}	
	
}
