/* CONTENT STRIPES */
div.layout_content_stripe_custom_cta {
	width: 100%;
	margin: 80px 0px 0px 0px;
	padding: 80px 0px;
	background: #EEF5FB;
	background: linear-gradient(90deg,rgba(238, 245, 251, 1) 0%, rgba(248, 237, 231, 1) 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.layout_content_stripe_custom_cta#content_stripe_module_id_620 {
	margin: 0px 0px 160px 0px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_cta {
		padding: 40px 0px;
	}
	div.layout_content_stripe_custom_cta#content_stripe_module_id_620 {
		margin: 0px 0px 80px 0px;
	}
}

div.layout_content_stripe_custom_cta div.col-md-12 {
	padding-right: 0px;
	padding-left: 0px;
}

div.layout_content_stripe_custom_cta div.layout_content_stripe_custom_cta_header h2 {
	color: var(--ci_color_black) !important;
	font-size: 40px;
	line-height: 44px;
	font-weight: 300;
	text-align: center;
	border-bottom: none;
}
div.layout_content_stripe_custom_cta div.layout_content_stripe_custom_cta_header h2::after {
	content: none;
}

div.layout_content_stripe_custom_cta div.layout_content_stripe_custom_cta_text {
	text-align: center;
}