.about {
	margin-bottom: 6.25rem;
}

.about__content {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.125rem;
}

.about__bg-box {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about__ellipse {
	position: absolute;
}

.about__ellipse_one {
	top: -15.9375rem;
	left: -28.5rem;
}

.about__ellipse_two {
	top: -11.0625rem;
	right: -14.3125rem;
}

.about__text-box {
	max-width: 36.875rem;
}

.about__subtitle {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #5b5b5b;
	margin-bottom: 0.5rem;
}

.about__title {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 110%;
	color: #4834b4;
	margin-bottom: 1.8125rem;
}

.about__text {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 135%;
	color: #5b5b5b;
	margin-bottom: 0.5rem;
}

.about__text-bonus {
	font-weight: 100;
	font-size: 7.5rem;
	line-height: 120%;
	font-style: italic;
	color: #a898ff;
}

.about__image-box {
	height: 100%;
	width: 100%;
	border-radius: 1.5rem;
	overflow: hidden;
	-o-object-fit: contain;
	object-fit: contain;
}

.about__image-box img {
	width: 100%;
	height: 100%;
}
.about-us__content {
	max-width: 49.625rem;
}

.about-us__title {
	font-weight: 600;
	font-size: 3rem;
	line-height: 110%;
	color: #5b5b5b;
	margin-bottom: 2.25rem;
}

.about-us__link {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 110%;
	color: #4834b4;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.about-us__location {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 120%;
	color: #000;
	margin-top: 1rem;
}

.about-us__location span {
	margin-right: 0.75rem;
}

.about-us__text {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 120%;
	color: #000;
	margin-top: 1.6875rem;
}
@media (max-width: 62.5em) {
    .about__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5625rem;
	}
}

@media (max-width: 47.99875em) {
	.about__ellipse_two {
		top: 12.5rem;
		right: -12.5rem;
	}

	.about__ellipse_two img {
		height: 34.375rem;
	}
}
@media (max-width: 29.99875em) {
    .about {
		margin-bottom: 3rem;
	}

	.about__ellipse_one {
		display: none;
	}

	.about__ellipse_two {
		top: 5rem;
		right: -10.625rem;
	}

	.about__ellipse_two img {
		height: 31.25rem;
	}

	.about__subtitle {
		font-size: 0.75rem;
	}

	.about__title {
		font-size: 1.5rem;
		margin-bottom: 0.75rem;
	}

	.about__text {
		font-size: 0.75rem;
		margin-bottom: 0.75rem;
	}

	.about__text-bonus {
		font-size: 2.5rem;
	}

	.about__image-box {
		text-align: center;
	}

	.about__image-box img {
		width: 20.25rem;
	}
    .about-us__title {
		font-size: 2.25rem;
		margin-bottom: 1.75rem;
	}

	.about-us__link {
		font-size: 1.75rem;
	}

	.about-us__location {
		font-size: 1rem;
	}

	.about-us__text {
		font-size: 1rem;
	}
}
@media (max-width: 21.25em) {
	.about__image-box img {
		width: 18.75rem;
	}
}
@media (any-hover: hover) {
    .about-us__link:hover {
        color: #806dec;
    }
}
