
.card__call_to_action {
	overflow: hidden;
	background-color: var(--color__blue-royal);
	position: relative; }    


.card__call_to_action .background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 1;
	opacity: .3;
	top: 0;
	transition: all 1s; 
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	left: 0;
	width: 100%;
	height: 100%; }
	
	
.card__call_to_action .content {
	position: relative;
	z-index: 9; }
	

.card__call_to_action h2,
.card__call_to_action p {
	color: #fff; }
	
	
	
	
.card__call_to_action {
	border-radius: 20px;
	text-align: center;
	padding: 20rem 2rem; }	
	
.m__call_to_action__slim .card__call_to_action {
	padding: 5rem 2rem; }
	
	
		
@media all and (max-width:1000px) {
	
	.card__call_to_action .background {
		background-attachment: scroll; }
		
}