.elementor-widget-cms_page_title{
	.cms-page-title-wrapper{
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		@media (max-width: 1024px){
			background-attachment: scroll;
		}
	}
	.cms-mainheading {
		text-shadow: 2.121px 2.121px 6px rgba(13, 14, 67, 0.05);
	}
}

// Single Service 
.single-services{
	.elementor-widget-cms_page_title{
		.cms-desc {
			max-width: 615px;
		}
	}
}