/**
 * Feature Section
 *
 * Generated by Dreamz Page Builder on 2026-07-30.
 */

.feature_section {
	background: #FBF5EE;
	padding: 50px 0;
}

.feature_section.bg_white {
	background: #FFFFFF;
}

.feature_section.p-80 {
	padding: 50px 0;
}

.feature_section .feature_top_part {
	text-align: center;
	margin-bottom: 50px;
}

.feature_section .feature_main_heading h2 {
	font-family: "Fraunces", serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 48px;
	color: #173F3F;
}

.feature_section .feature_main_heading h2 strong {
	font-weight: 900;
	color: #0E8F96;
}

.feature_main_heading p {
   margin-top: 10px;
   max-width: 607px;
   margin-left: auto;
   margin-right: auto;
}

.feature_section .feature_row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.feature_section .feature_box {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(18, 63, 66, 0.10);
	border-radius: 20px;
	box-shadow: 0 12px 30px 0 rgba(33, 65, 66, 0.06);
	padding: 24px;
	height: 100%;
}

.feature_section .feature_title h3 {
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #173F3F;
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
	.feature_section {
		padding: 35px 0;
	}

	.feature_section.p-80 {
		padding: 60px 0;
	}

	.feature_section .feature_top_part {
		margin-bottom: 35px;
	}

	.feature_section .feature_main_heading h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.feature_section .feature_row {
		gap: 20px;
	}

	.feature_section .feature_box {
		padding: 20px;
	}

	.feature_section .feature_description p {
		line-height: 24px;
	}
}

@media (max-width: 991px) {
	.feature_section {
		padding: 30px 0;
	}

	.feature_section.p-80 {
		padding: 40px 0;
	}

	.feature_section .feature_top_part {
		margin-bottom: 30px;
	}

	.feature_section .feature_main_heading h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.feature_section .feature_row {
		gap: 15px;
	}

	.feature_section .feature_box {
		padding: 15px;
	}

	.feature_section .feature_description p {
		font-size: 15px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.feature_section {
		padding: 25px 0;
	}

	.feature_section.p-80 {
		padding: 30px 0;
	}

	.feature_section .feature_top_part {
		margin-bottom: 25px;
	}

	.feature_section .feature_main_heading h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.feature_section .feature_row {
		grid-template-columns: repeat(1, 1fr);
	}
}