.custom-cta-block {
	padding: 100px 0 80px !important;
	border-radius: 36px;
	color: #fff;
	width: 1560px;
	max-width: 90vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 90px
}

.custom-cta-block h2 {
color: #F0F3F4;
text-align: center;
font-family: Manrope;
font-size: 56px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: -2px;
}

.custom-cta-block p {
color: #F0F3F4;
text-align: center;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.cta-button {
border-radius: 12px;
background: #0466E2;
box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.35);
display: inline-flex;
padding: 14px 30px;
justify-content: center;
align-items: center;
gap: 10px;
color:#fff
}

/*.cta-button:hover {
	background-color: #005177;
}*/

.custom-cta-block-editor {
	padding: 20px;
	border: 1px solid #e2e4e7;
}