/**
 * Benefit Section
 *
 * Generated by Dreamz Page Builder on 2026-08-03.
 */

.benefit_section .container {
	max-width: 1158px;
}

.benefit_section .benefit_top_part {
	text-align: center;
	margin-bottom: 30px;
}

.benefit_section .benefit_sub_heading h3 {
	font-family: var(--font-inter);
	font-weight: 600;
	font-size: 11.5px;
	line-height: normal;
	color: #00738A;
	letter-spacing: 2.074px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.benefit_section .benefit_main_heading h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	color: #0C2F5F;
	margin: 0;
	letter-spacing: 0;
}

.benefit_section .benefit_bottom_part {
	width: 100%;
}

.benefit_section .benefit_wrapper {
	width: 100%;
}

.benefit_section .benefit_row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.benefit_section .benefit_box {
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 20px;
	padding: 30px;
	height: 100%;
}

.benefit_section .benefit_number {
	margin-bottom: 14px;
}

.benefit_section .benefit_number span {
	display: inline-block;
	font-family: var(--font-inter);
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	color: #00738A;
	letter-spacing: 2.074px;
	text-transform: uppercase;
}

.benefit_section .benefit_title h3 {
	font-family: var(--font-fraunces);
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	color: #0C2F5F;
	margin-bottom: 16px;
}

.benefit_section .benefit_description p {
	font-size: 16px;
	line-height: 24px;
	color: #56697E;
	max-width: 100%;
	margin: 0;
}

@media (max-width: 1199px) {
	.benefit_section .benefit_top_part {
		margin-bottom: 25px;
	}

	.benefit_section .benefit_main_heading h2 {
		font-size: 36px;
	}

	.benefit_section .benefit_row {
		gap: 20px;
	}

	.benefit_section .benefit_box {
		padding: 25px;
	}

	.benefit_section .benefit_number {
		margin-bottom: 12px;
	}

	.benefit_section .benefit_title h3 {
		margin-bottom: 14px;
	}
}

@media (max-width: 991px) {
	.benefit_section .benefit_top_part {
		margin-bottom: 20px;
	}

	.benefit_section .benefit_main_heading h2 {
		font-size: 32px;
	}

	.benefit_section .benefit_row {
		gap: 15px;
	}

	.benefit_section .benefit_box {
		padding: 20px;
	}

	.benefit_section .benefit_number {
		margin-bottom: 10px;
	}

	.benefit_section .benefit_title h3 {
		margin-bottom: 12px;
	}

	.benefit_section .benefit_description p {
		font-size: 15px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.benefit_section .benefit_top_part {
		margin-bottom: 15px;
	}

	.benefit_section .benefit_sub_heading h3 {
		letter-spacing: 1.074px;
	}

	.benefit_section .benefit_main_heading h2 {
		font-size: 28px;
	}

	.benefit_section .benefit_row {
		grid-template-columns: repeat(1, 1fr);
	}

	.benefit_section .benefit_box {
		padding: 15px;
	}

	.benefit_section .benefit_number span {
		letter-spacing: 1.074px;
	}

	.benefit_section .benefit_title h3 {
		margin-bottom: 10px;
	}
}