.about_us_full_banner {
	width: 100%;
	margin-top: -32px;
}
.about_us_full_banner img {
	width: 100%;
}
.about_us_text p {
	text-align: justify;
	color: var(--tc);
	font-weight: 400;
	line-height: 30px;
}
.why_luxury_wrap {
	background: var(--sc);
	padding: 10px 0;
	overflow: hidden;
}
.why_luxury_box_wrap {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 10px;
}
.why_luxury_box {
	background: #fff;
	border-radius: 30px;
	padding: 12px 12px 5px;
	position: relative;
	margin: 30px 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.why_luxury_box img {
	max-width: 250px;
	max-height: 250px;
}
.why_luxury_box::after {
	content: "";
	position: absolute;
	bottom: -92%;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 346 284 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M259 0C272.807 3.60784e-06 284 11.1929 284 25V370.884C284 384.691 272.807 395.884 259 395.884H240.961C229.969 395.484 224.274 389.405 200.487 383.758C186.036 380.126 165.184 377.846 142 377.846C119.444 377.846 99.0958 380.004 84.7012 383.466L84.7061 383.463C59.8373 389.325 54.5979 395.682 42.7695 395.682C40.4931 395.682 39.236 395.757 38.7559 395.884H25C11.1929 395.884 0 384.691 0 370.884V25C1.35178e-05 11.1929 11.1929 1.77171e-07 25 0H259Z" fill="white"/></svg>');
	background-repeat: no-repeat;
	z-index: 1;
}
.why_luxury_box p {
	z-index: 2;
	text-align: justify;
	font-size: 15px;
	color: var(--tc);
	line-height: 26px;
	font-weight: 300;
}


@media (max-width: 991px) {
	.about_us_text p {line-height: 26px;font-size: 14px;}
	.why_luxury_box{padding: 15px;font-size: 14px;margin-bottom: 10px;}
	.why_luxury_box p{line-height: 20px;}
}
