.online-education {
	position: relative;
	z-index: 2;
	margin-bottom: 6.25rem;
}

.online-education__content {
	position: relative;
	padding: 4rem;
	background-color: #f9fffd;
	border-radius: 1.5rem;
}

.online-education__bg-ellipse {
	position: absolute;
	z-index: -1;
	top: -15.375rem;
	right: -17.9375rem;
}

.online-education__top-content {
	position: relative;
}

.online-education__top-image {
	position: absolute;
	top: 0;
	right: -0.8125rem;
}

.online-education__title {
	font-weight: 600;
	font-size: 3rem;
	line-height: 110%;
	color: #4834b4;
	max-width: 35rem;
}

.online-education__sub-title {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 135%;
	color: #a898ff;
	margin-top: 1.6875rem;
	max-width: 24.8125rem;
}

.online-education__bottom-content {
	margin-top: 8.875rem;
}

.online-education__bottom-content-mobile {
	margin-top: 2.25rem;
}

.online-education__bottom-row-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.online-education__bottom-row-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.25rem;
	margin-top: 0.4375rem;
}

.online-education__bottom-row-one-mobile {
	display: none;
}
@media (min-width: 41.9375em) {
	.online-education__bottom-content-mobile {
		display: none;
	}
}
@media (max-width: 75em){
    .online-education__top-image {
		width: 31.25rem;
	}
}
@media (max-width: 73.75em) {
	.online-education__bottom-row-one {
		row-gap: 0.4375rem;
	}

	.online-education__bottom-row-two {
		display: none;
	}

	.online-education__bottom-row-one-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.25rem;
	}
}
@media (max-width: 68.75em) {
	.online-education__top-image {
		width: 25rem;
	}
}
@media (max-width: 62.5em) {
	.online-education__top-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.online-education__top-image {
		position: relative;
		right: 0;
		margin-top: 2.25rem;
		width: 37.5rem;
	}

	.online-education__title {
		text-align: center;
	}

	.online-education__sub-title {
		text-align: center;
	}

	.online-education__bottom-content {
		margin-top: 2.25rem;
	}
}

@media (max-width: 41.875em) {
	.online-education__top-image {
		width: 31.25rem;
	}

	.online-education__bottom-content {
		display: none;
	}
}
@media (max-width: 38.125em) {
	.online-education__top-image {
		width: 25rem;
	}
}
@media (max-width: 29.99875em) {
	.online-education {
		margin-bottom: 3rem;
	}

	.online-education__content {
		padding: 4.625rem 0.75rem;
	}

	.online-education__top-image {
		width: 18.75rem;
	}

	.online-education__title {
		font-size: 1.5rem;
		max-width: 16.875rem;
	}

	.online-education__sub-title {
		font-size: 1rem;
		margin-top: 0.75rem;
		max-width: 16.875rem;
	}
}
