.why-us {
	background-color: #FFFFFF;
	border-radius: 40px;
	margin-top: -40px;
	position: relative;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 112px;
}

.why-us__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}

.why-us__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
	max-width: 900px;
}

.why-us__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 8px;
}

.why-us__eyebrow-icon-img {
	width: 32px;
	height: 32px;
	display: block;
}

.why-us__eyebrow-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}

.why-us__heading {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #000000;
}

.why-us__description {
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

.why-us__cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 28px;
	width: 100%;
}

.why-us__card {
	width: 31%;
	background-color: #F7F7F6;
	border-radius: 24px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

.why-us__card-icon-img {
	width: 64px;
	height: 64px;
	display: block;
}

.why-us__card-title {
	margin: 0 0 24px 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 38px;
	color: #031527;
}

.why-us__card-desc {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

@media (max-width: 1024px) {
	.why-us {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.why-us__inner {
		gap: 32px;
	}

	.why-us__header {
		align-items: flex-start;
	}

	.why-us__eyebrow {
		justify-content: flex-start;
	}

	.why-us__eyebrow-text {
		font-size: 18px;
		line-height: 24px;
	}

	.why-us__heading {
		text-align: left;
		font-size: 42px;
		line-height: 48px;
	}

	.why-us__description {
		text-align: left;
		font-size: 18px;
		line-height: 28px;
	}

	.why-us__cards {
		gap: 36px 0;
	}

	.why-us__card {
		width: 31%;
		padding: 32px 24px;
	}

	.why-us__card-title {
		font-size: 28px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.why-us {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.why-us__inner {
		gap: 20px;
	}

	.why-us__eyebrow {
		gap: 8px;
	}

	.why-us__eyebrow-text {
		font-size: 16px;
		line-height: 20px;
	}

	.why-us__heading {
		margin-bottom: 28px;
		font-size: 36px;
		line-height: 42px;
	}

	.why-us__description {
		font-size: 16px;
		line-height: 20px;
	}

	.why-us__cards {
		gap: 20px;
	}

	.why-us__card {
		width: 100%;
		padding: 20px;
		border-radius: 8px;
		gap: 48px;
	}

	.why-us__card-icon-img {
		width: 48px;
		height: 48px;
	}

	.why-us__card-title {
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 28px;
	}

	.why-us__card-desc {
		font-size: 16px;
		line-height: 20px;
	}
}
