#bottom3 .btm3h_con {
	min-height: 235px;
	background: url(../images/btm3_img.jpg) no-repeat center top;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 50px 0 48px;
	text-align: center;
}

#bottom3 .btm3h_con::after {
	content: "";
	width: 100%;
	min-height: 100%;
	background: rgba(247, 245, 255, 0.96);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#bottom3 .btm3h_con .wrapper {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

#bottom3 .btm3h_con h2 {
	font-family: 'Lora', serif;
	font-size: 30px;
	font-weight: 700;
	color: #7b09ad;
	margin: 0 0 15px;
	line-height: 1.35;
}

#bottom3 .btm3h_con p {
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #1a1a1a;
	margin: 0;
	padding: 0 20px;
}

#bottom3 .btm3h_con .why_we_are_stats {
	margin-top: 32px;
	padding: 0;
}

#bottom3 .why_we_are_stats_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottom3 .why_we_are_stat_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 20px 14px 22px;
	background: #fff;
	border: 1px solid #d2c5ff;
	border-radius: 18px;
	box-shadow: 0 2px 10px rgba(123, 9, 173, 0.1);
	box-sizing: border-box;
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#bottom3 .why_we_are_stat_card:hover {
	border-color: #b8a4f0;
	box-shadow: 0 4px 14px rgba(123, 9, 173, 0.14);
}

#bottom3 .why_we_are_stat_card:nth-child(2),
#bottom3 .why_we_are_stat_card:nth-child(4) {
	background: linear-gradient(180deg, #fff 0%, #f7f8d8 100%);
}

#bottom3 .why_we_are_stat_card::after {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 12px;
	height: 4px;
	background: rgba(206, 207, 47, 0.35);
	border-radius: 2px;
}

#bottom3 .why_we_are_stat_value {
	font-family: 'Lora', serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	color: #7b09ad;
	margin: 0 0 8px;
}

#bottom3 .why_we_are_stat_label {
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 1.35;
	color: #1a1a1a;
	padding-bottom: 6px;
}

@media only screen and (max-width: 900px) {
	#bottom3 .why_we_are_stats_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	#bottom3 .btm3h_con {
		padding: 40px 0 36px;
	}

	#bottom3 .btm3h_con h2 {
		font-size: 24px;
	}

	#bottom3 .btm3h_con p {
		padding: 0;
	}

	#bottom3 .btm3h_con .why_we_are_stats {
		margin-top: 26px;
	}

	#bottom3 .why_we_are_stats_grid {
		grid-template-columns: 1fr;
		max-width: 300px;
		margin: 0 auto;
	}
}
