/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 12 2025 | 05:13:10 */
.service-page-hero {
	overflow: hidden;
	border-radius: 16px;
	.jims-section {
		padding: 60px 30px !important;
		.bg-overlay {
			background: #333;
			background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 0.2) 100%);
		}
	}
}

@media (max-width: 767px) {
	.service-page-hero {
		overflow: hidden;
		border-radius: 16px;
		.jims-section {
			padding: 50px 5px !important;
			.bg-overlay {
background: #333;
background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 0.89) 54%, rgba(51, 51, 51, 0.06) 100%);
			}
		}
	}
}