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

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

.intro_section .intro_content_wrapper {
	text-align: center;
}

.intro_section .intro_heading h2 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 30px;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}

.intro_section.with_box_design .intro_heading h2 {
	max-width: 100%;
}

.intro_section .intro_content p {
	font-family: "Liberation Sans";
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}

.intro_section .intro_content p:last-child {
	margin-bottom: 0;
}

.intro_section.with_box_design .intro_content_wrapper {
	background: #F0E4D3;
	border-radius: 30px;
	padding: 40px 70px;
}

@media (max-width: 1199px) {
	.intro_section .intro_heading h2 {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 25px;
	}

	.intro_section .intro_content p {
		line-height: 24px;
		margin-bottom: 25px;
	}

	.intro_section.with_box_design .intro_content_wrapper {
		padding: 30px 50px;
	}
}

@media (max-width: 991px) {
	.intro_section .intro_heading h2 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.intro_section .intro_content p {
		margin-bottom: 20px;
	}

	.intro_section.with_box_design .intro_content_wrapper {
		padding: 25px 30px;
	}
}

@media (max-width: 767px) {
	.intro_section .intro_heading h2 br {
		display: none;
	}
	.intro_section .intro_heading h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 15px;
	}

	.intro_section .intro_content p {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.intro_section.with_box_design .intro_content_wrapper {
		border-radius: 15px;
		padding: 15px 15px;
	}
}