.buttons {
	padding: 20px;
	width: 50%;
	float: left;
}

.text-align-left {
	text-align: left;
}

a.green {
	display: block;
	width: 100%;
	background-color: rgba(1, 223, 13, 1) !important;
	border-color: rgba(1, 223, 13, 1) !important;
	border-radius: 35px;
	padding: 20px 25px;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s
		ease;
	text-decoration: none;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

a.green:hover {
	background-color: #76c776;
	color: #FFF;
}

.img-box img {
	width: 100%;
	max-height: 200px;
	height: 200px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.img-text-box {
	border-color: #cecece !important;
	border-width: 0 !important;
	border-style: solid !important;
	background-image: linear-gradient(0, #9fc5e7 0, #051e34 100%) !important;
	padding: 30px 50px !important;
}

a.white {
	display: block;
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 1);
	border-radius: 35px;
	padding: 20px 25px;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s
		ease;
	text-decoration: none;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.flex-stats-block {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	padding: 50px;
}

.flex-stats-col {
	flex: 1;
	text-align: center;
}

.flex-stats-img {
	max-width: 60%;
	border-radius: 50%;
}
.flex-stats-img2 {
	max-width: 60%;
	border-radius: 25%;
	
}
.center-btn-row {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}

.center-btn {
	width: 300px;
}

.flex-stats-number {
	font-size: 48px;
	font-weight: bold;
}

.flex-stats-line {
	width: 100px;
	height: 4px;
	background: #01df0d;
	margin: 10px auto;
}

.flex-stats-desc {
	font-size: 18px;
	color: #333;
}

a.white:hover {
	background-color: rgb(65, 67, 69);
	color: #FFF;
}

.container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.part {
	flex: 1 1 33%;
	padding: 10px;
	box-sizing: border-box;
}

.part1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.part1 img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 8px;
}

.part2, .part3 {
	text-align: center;
}

.sc_empty_space {
	height: 10em;
}

.part2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.part_2_image {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	background-image:
		url("/assets/meta/90440139/resources/images/asian_small_business_owner_feeling_happy_to_receive_fin_b952e019-87f8-4bdd-ae51-ad4b4a01fdb5.png");
	background-size: cover;
	background-position: center;
}
/* Default order
		for large screens */
.part1 {
	order: 1;
	flex: 1 1 25%;
}

.part2 {
	order: 2;
	flex: 1 1 25%;
}

.part3 {
	order: 3;
	flex: 1 1 50%;
}

/* Media query
		for
		small screens
		*/
@media ( max-width : 1200px) {
	.flex-stats-block, .two-col-flex-section {
		flex-direction: column;
		gap: 0;
		padding: 20px;
		align-items: center;
		text-align: center;
	}
	.flex-col-img, .flex-col-text {
		width: 100%;
		min-height: 200px;
		padding: 20px !important;
	}
	.flex-stats-img {
		max-width: 200px;
		margin: 0 auto;
	}
	.flex-stats-col {
		margin-bottom: 30px;
	}
	.container {
		flex-direction: column;
	}
	.part3 {
		order: 1;
	}
	.part2 {
		order: 2;
	}
	.part1 {
		order: 3;
		display: block;
		text-align: center;
	}
	.m-text-align-center {
		text-align: center;
	}
	.flex-columns {
		flex-direction: column !important;
	}
	.part1 img {
		width: auto;
		border-radius: 8px;
		margin-right: 20px;
	}
	.part2 {
		height: 200px;
		width: auto
	}
	.part_2_image {
		height: 200px;
	}
	.sc_empty_space {
		height: 2em;
	}
	a.green, a.white {
		font-size: 16px;
		padding: 20px 3px;
	}
	.buttons {
		padding: 5px;
	}
	
	.central_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
   
}
}

#dm .dmBody div.u_1186913081, #dm .dmBody
		div.u_1344508013 {
	width: 200px !important;
	margin: 50px auto 0 !important;
	padding: 0 !important;
	min-width: 0 !important;
	text-align: start !important;
}

div.u_1824226874 {
	background-image: linear-gradient(180deg, #9fc5e7 0, #051e34 100%)
		!important;
	background-origin: border-box !important;
}


.text-align-center {
	text-align: center;
}

.size-16 {
	font-size: 16px;
	font-weight: 400;
}

.padding_0_20 {
	padding: 0 20px;
}

.line15 {
	line-height: 1.5;
}
.size-30 {
	font-size: 30px;
}
.size-35 {
	font-size: 35px;
}

*.svg {
	color: rgba(255, 153, 1, 1) !important;
	fill: rgba(255, 153, 1, 1) !important;
}
.text-headline{
	
	display: initial; font-weight: 600; color: rgb(28, 88, 142);
}
.icon {
	width: calc(100% - 23px) !important;
	height: 57px !important;
	display: block !important;
	float: none !important;
	top: 0 !important;
	left: 0 !important;
	position: relative !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	max-width: 50.1875px !important;
	padding-right: 0 !important;
	min-width: 25px !important;
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.central_container {
    max-width: 1200px;
    margin: 0 auto;
   
}
 div.headline-content {
    background-image: linear-gradient(0,rgba(255,255,255,1) 0,rgba(160,197,231,0.3) 100%) !important;
    background-origin: border-box !important;
}