.about-us-sec {
	padding: 53px 0 153px 0;
}

.about-us-sec::before {
	content: "";
	width: 16.3%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	pointer-events: none;
	bottom: -44px;
	z-index: -1;
	background-image: url('data:image/svg+xml,<svg width="2061" height="1595" viewBox="0 0 2061 1595" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_57998_275)"><ellipse cx="1348" cy="811" rx="229" ry="300" fill="%239ED3EF" fill-opacity="0.8"/></g><rect width="1015" height="664" fill="white"/><defs><filter id="filter0_f_57998_275" x="635" y="27" width="1426" height="1568" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="242" result="effect1_foregroundBlur_57998_275"/></filter></defs></svg>');
	background-position: center top;
}

.about-sec-left-col {
	width: 39.4%;
}

.about-sec-image-wrap {
	max-width: 550px;
	width: 100%;
	padding-top: 126.6%;
}

.about-sec-content {
	max-width: 798px;
}

.about-sec-image-wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color-black);
	position: absolute;
	opacity: 0.59;
	z-index: 1;
	inset: 0;
}

.about-sec-image-wrap::after {
	content: "";
	width: 67px;
	height: 100%;
	background-color: var(--color-white);
	position: absolute;
	top: 69px;
	right: 0;
	pointer-events: none;
	z-index: 1;
}

.image-right-bottom-shape {
	width: 50px;
	height: 50px;
	background-image: url('data:image/svg+xml,<svg width="39" height="40" viewBox="0 0 39 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M39 40V0L0 40H39Z" fill="white"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	z-index: 1;
	position: absolute;
	bottom: -5px;
	right: 11%;
	pointer-events: none;
}

.about-sec-right-col {
	width: 57.6%;
}

.about-sec-title {
	line-height: 1.1;
}

.about-sec-btn-wrap {
	margin: 50px 0 0 0;
}

.about-sec-right-inner-wrap {
	padding-top: 20px;
}

@media (max-width: 1600px) {
	.about-us-sec::before {
		bottom: -51px;
	}

	.about-us-sec {
		padding: 53px 0 140px 0;
	}
}

@media (max-width: 1360px) {
	.about-us-sec {
		padding: 53px 0 120px 0;
	}

	.about-sec-left-col {
		width: 45%;
	}

	.about-sec-right-col {
		width: 55%;
	}

	.about-sec-btn-wrap {
		margin: 40px 0 0 0;
	}

	.about-sec-image-wrap::after {
		width: 52px;
		top: 60px;
	}

	.image-right-bottom-shape {
		right: 8%;
	}
}

@media (max-width: 1024px) {
	.about-us-sec {
		padding: 50px 0 100px 0;
	}

	.about-sec-left-col {
		width: 48%;
	}

	.about-sec-right-col {
		width: 50%;
	}

	.image-right-bottom-shape {
		right: 10%;
	}

	.about-sec-right-inner-wrap {
		padding-top: 0;
	}
}

@media (max-width: 991px) {

	.about-sec-left-col {
		width: 100%;
		order: 1;
		margin-top: 50px;
	}

	.about-sec-right-col {
		width: 100%;
	}

	.about-sec-image-wrap {
		max-width: 60%;
		width: 100%;
		padding-top: 68%;
		margin-inline: auto;
	}

	.image-right-bottom-shape {
		right: 8%;
	}

	.about-us-sec::before {
		bottom: -61px;
	}
}

@media (max-width: 768px) {
	.about-us-sec {
		padding: 50px 0 60px 0;
	}
}

@media (max-width: 640px) {
	.about-us-sec {
		padding: 50px 0;
	}

	.about-sec-btn-wrap {
		margin: 30px 0 0 0;
	}

	.about-sec-image-wrap {
		max-width: 68%;
		padding-top: 70%;
	}
}

@media (max-width: 480px) {
	.about-us-sec {
		padding: 30px 0 50px 0;
	}

	.about-sec-image-wrap {
		max-width: 80%;
		padding-top: 90%;
	}
}