/*_____________________B2C PLATFORM PAGE_________________________*/

.b2c-platform_platform_service {
	color: #fff;
}
.b2c-platform_img {
	padding: 100px 50px;
	display: flex;
	justify-content: center;
}

.b2c-platform_platform {
	background-color: #2a2d30;
	border-radius: 30px;
	margin: 0 auto;

}
.b2c-platform_description {
	max-width: 1000px;
	border: 1px solid gray;
	border-radius: 30px;
	padding: 50px;
}

.b2c-platform_development {
	display: flex;
	justify-content: space-between;
}


.b2c-platform_development_text,
.b2c-platform_technology_stack_text {
	width: 70%;
}
.b2c-platform_features_wrapper {
	width: 70%;

}
.features_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.features_list__item {
	color: #fff;
	background-color: #35383b;
	border-radius: 30px;
	display: flex;
	text-align: center;
	align-items: center;
	padding: 10px 15px;
}

.section-divider {
	width: 100%;
	height: 1px;
	background-color: gray;
	margin-bottom: 50px;
}

.b2c-platform_description h3,
.b2c-platform_features h3,
.b2c-platform_technology_stack h3 {
	width: 25%;
}

#ellipse_cyan_hero__1,
#ellipse_cyan_hero__2,
#ellipse_pink_hero {
	position:absolute;
	z-index: 10;
}

#ellipse_cyan_hero__1 {
	top: 200px;
	right: 550px;
	width: 200px;
}

#ellipse_cyan_hero__2 {
	bottom: 300px;
	right: 750px;
	width: 150px;
}
#ellipse_pink_hero {
	width: 300px;
	top: 100px;
	left: 500px;
}
