/**
 * Image Overlay Content Section
 *
 * Generated by Dreamz Page Builder on 2026-08-10.
 */

.image_overlay_content_section {
	position: relative;
	background-image: url('../images/monuments-head-stones-bg-image.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image_overlay_content_section::before {
	content: "";
	background: linear-gradient(83deg, #171514 25.6%, rgba(80, 55, 39, 0.50) 102.36%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

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

.image_overlay_content_section .image_overlay_content_wrapper {
	position: relative;
	z-index: 2;
	max-width: 770px;
}

.image_overlay_content_section .image_overlay_content_main_heading h2 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: var(--white);
	letter-spacing: -3px;
	margin-bottom: 40px;
}

.image_overlay_content_section .image_overlay_content_detail {
	max-width: 708px;
}

.image_overlay_content_section .image_overlay_content_detail_item {
	margin-bottom: 20px;
}

.image_overlay_content_section .image_overlay_content_detail_item:last-child {
	margin-bottom: 0px;
}

.image_overlay_content_section .image_overlay_content_detail_title h3 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 24px;
	line-height: 28.8px;
	color: var(--white);
	letter-spacing: -0.48px;
	margin-bottom: 10px;
}

.image_overlay_content_section .image_overlay_content_detail_description p {
	font-family: 'Liberation Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
}

@media (max-width: 1199px) {
	.image_overlay_content_section .image_overlay_content_main_heading h2 {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.image_overlay_content_section .image_overlay_content_detail_item {
		margin-bottom: 18px;
	}

	.image_overlay_content_section .image_overlay_content_detail_title h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.image_overlay_content_section .image_overlay_content_detail_description p {
		line-height: 24px;
	}

	.image_overlay_content_section .image_overlay_content_detail {
		max-width: 600px;
	}
}

@media (max-width: 991px) {
	.image_overlay_content_section::before {
		background: linear-gradient(83deg, rgb(23 21 20 / 90%) 100%, rgba(80, 55, 39, 0.50) 103.36%);
	}

	.image_overlay_content_section .image_overlay_content_wrapper {
		max-width: 100%;
	}

	.image_overlay_content_section .image_overlay_content_main_heading h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.image_overlay_content_section .image_overlay_content_detail {
		max-width: 100%;
	}

	.image_overlay_content_section .image_overlay_content_detail_item {
		margin-bottom: 15px;
	}

	.image_overlay_content_section .image_overlay_content_detail_title h3 {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.image_overlay_content_section .image_overlay_content_main_heading h2 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 15px;
		letter-spacing: 0px;
	}

	.image_overlay_content_section .image_overlay_content_detail_title h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.image_overlay_content_section .image_overlay_content_detail_description p {
		font-size: 15px;
		line-height: 22px;
	}
}