/**
 * Split Section
 *
 * Generated by Dreamz Page Builder on 2026-08-10.
 */

.split_section .container {
	max-width: 1280px;
}

.split_section.has_bg {
	background: #F0E4D3;
}

.split_section .split_wrapper {
	width: 100%;
}

.split_section .split_row {
	display: flex;
	align-items: center;
	gap: 33px;
}

.split_section.reverse_direction .split_row {
	flex-direction: row-reverse;
}

.split_section .split_column {
	flex: 1 1 0;
	width: 100%;
}

.split_section .split_image_box img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
	object-position: center;
}

.split_section .split_heading h2 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 42px;
	line-height: 44.1px;
	margin-bottom: 20px;
}

.split_section .split_para p {
	font-family: 'Liberation Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

@media (max-width: 1199px) {
	.split_section .split_row {
		gap: 20px;
	}

	.split_section .split_heading h2 {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 18px;
	}

	.split_section .split_para p {
		line-height: 24px;
	}
}

@media (max-width: 991px) {

	.split_section .split_row,
	.split_section.reverse_direction .split_row {
		flex-direction: column;
	}

	.split_section .split_heading h2 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.split_section .split_row {
		gap: 15px;
	}

	.split_section .split_image_box img {
		border-radius: 15px;
	}

	.split_section .split_heading h2 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.split_section .split_para p {
		font-size: 15px;
		line-height: 22px;
	}
}