.cta_section_container{
	background:#0C1D39;
	position:relative;
}
.cta_section_box__center{
	border-radius: 30px;
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.87) 100%);
	box-shadow: 0px 4px 50px 0px rgba(25, 73, 145, 0.15);
	max-width: 903px;
	margin: 0 auto;

}
.cta_section_box__center_content{
	margin-left:30px;	
	padding:30px;
}
.cta_section_box__center_content_text h4{
	font-weight:bold;
}
.cta_section_box__center_content_text, .cta_section_box__center_content_button{
	margin-bottom:40px;
}
{#order#}
.cta_section_box{
	background: linear-gradient(180deg, rgba(12, 29, 57, 0.50) 0%, rgba(12, 29, 57, 0.00) 100%);
	padding: 53px 50px;
	content:'';
	height:100%;
	width:100%;
	position:relative;
	right:0;
	top:0;
	z-index:2;
}
.cta_section_box__left_item_i img{
	position: absolute;
	z-index: 1;
	bottom: -20px;
	left: 10%;
}
.cta_section_box__left_item_ii img{
	position: absolute;
	z-index: 4;
	left: 15%;
	top: 25%;
}
.cta_section_box__right_item img{
	position: absolute;
	right: 0;
	top: -47px;
	z-index: 1;
}

@media only screen and (max-width:1024px){
	.cta_section_box__left_item_ii img{
		display:none;
	}

}
@media only screen and (max-width:768px){
	
	.cta_section_box__center_content{
		margin: 0 20px;
	}
	.cta_section_box__center_content_text h4{
		text-align:center;
		margin-top:40px;
	}
	.cta_section_box__center_content_button a {
		display:flex;
		justify-content:center;
		width:100%!important;
	}
	.cta_section_box__center_image img{
		height: 100%;
		width: 90%;
	}
	.cta_section_box__left_item_i img {
		position: absolute;
		z-index: 1;
		top: 277px;
		left: -40px;
	}
	.cta_section_box__right_item img {
		position: absolute;
		right: 0;
		top: -28px;
		z-index: 1;
	}
}