.t500-why {
	padding-top: 100px;
	padding-bottom: 112px;
	background-color: #F7F7F6;
	border-radius: 40px;
}

.t500-why__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	max-width: 780px;
	margin: 0 auto 64px auto;
	text-align: center;
}

.t500-why__heading {
	margin: 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #000000;
}

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

.t500-why__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.t500-why__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	padding: 32px;
	border-radius: 24px;
	background-color: #FFFFFF;
	text-align: left;
}

.t500-why__card-icon {
	display: flex;
}

.t500-why__card-icon-img {
	display: block;
	width: 64px;
	height: 64px;
}

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

.t500-why__card-text {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

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

	.t500-why__heading {
		font-size: 42px;
		line-height: 48px;
	}

	.t500-why__card {
		padding: 32px 24px;
	}

	.t500-why__card-title {
		font-size: 28px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.t500-why {
		padding-top: 40px;
		padding-bottom: 40px;
		border-radius: 24px;
	}

	.t500-why__head {
		margin-bottom: 32px;
	}

	.t500-why__heading {
		font-size: 36px;
		line-height: 42px;
	}

	.t500-why__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.t500-why__card {
		padding: 20px;
		border-radius: 8px;
		gap: 24px;
	}

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

	.t500-why__card-icon-img {
		width: 48px;
		height: 48px;
	}
}
