/**
 * Move Section
 *
 * Generated by Dreamz Page Builder on 2026-08-04.
 */

.move_section .container {
	max-width: 1156px;
}

.move_section .move_wrapper {
	margin: 0 -20px;
}

.move_section .move_row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.move_section .move_column {
	width: 50%;
	padding: 0 20px;
}

.move_section .move_left_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;
}

.move_section .move_left_main_heading h2 {
	font-family: var(--font-fraunces);
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	color: #0C2F5F;
	margin: 10px 0 0 0;
	letter-spacing: 0;
}

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

.move_section .move_left_para p strong {
	font-weight: 600;
}

.move_section .move_right_box {
	background: #EAF1F2;
	border-radius: 20px;
	padding: 30px;
}

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

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

@media (max-width: 1199px) {
	.move_section .move_wrapper {
		margin: 0 -15px;
	}

	.move_section .move_column {
		padding: 0 15px;
	}

	.move_section .move_left_main_heading h2 {
		font-size: 36px;
	}

	.move_section .move_left_para p {
		margin: 18px 0 0 0;
	}

	.move_section .move_right_box {
		padding: 25px;
	}

	.move_section .move_right_main_heading h2 {
		font-size: 36px;
	}

	.move_section .move_right_para p {
		margin: 12px 0 0 0;
	}
}

@media (max-width: 991px) {
	.move_section .move_wrapper {
		margin: 0 -10px;
	}

	.move_section .move_column {
		padding: 0 10px;
	}

	.move_section .move_left_main_heading h2 {
		font-size: 32px;
	}

	.move_section .move_left_para p {
		margin: 15px 0 0 0;
	}

	.move_section .move_right_box {
		padding: 20px;
	}

	.move_section .move_right_main_heading h2 {
		font-size: 32px;
	}

	.move_section .move_right_para p {
		margin: 10px 0 0 0;
	}
}

@media (max-width: 767px) {
	.move_section .move_wrapper {
		margin: 0;
	}

	.move_section .move_row {
		flex-direction: column;
		gap: 20px;
	}

	.move_section .move_column {
		width: 100%;
		padding: 0;
	}

	.move_section .move_left_sub_heading h3 {
		letter-spacing: 1.074px;
	}

	.move_section .move_left_main_heading h2 {
		font-size: 28px;
	}

	.move_section .move_left_para p {
		font-size: 15px;
		line-height: 22px;
		margin: 12px 0 0 0;
	}

	.move_section .move_right_box {
		padding: 15px;
	}

	.move_section .move_right_main_heading h2 {
		font-size: 28px;
	}

	.move_section .move_right_para p {
		font-size: 15px;
		line-height: 22px;
	}
}