.relative {
	position: relative !important;
}

.related-services-wrap img {
    aspect-ratio: 360/208;
    object-fit: cover;
}

.elementor-page .rich-content-wrap p {
	margin-bottom: 2rem;
	font-size: 1.25rem;
}

.elementor-page .rich-content-wrap h1, 
.elementor-page .rich-content-wrap h2 {
	margin-bottom: 2rem;
	font-size: 2rem;
}

.elementor-page .rich-content-wrap h3 {
	margin-bottom: .75rem;
	font-size: 1.5rem;
}

.elementor-page .rich-content-wrap h4 {
	margin-bottom: .75rem;
}

.elementor-page .rich-content-wrap h5, 
.elementor-page .rich-content-wrap h6 {
	margin-bottom: .75rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.elementor-page .rich-content-wrap ol {
	margin-bottom: 2rem;
	font-size: 1.25rem;
}

.elementor-page .rich-content-wrap ul {
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
}

.elementor-page .rich-content-wrap blockquote {
	border-left-style: solid;
	border-left-width: 2px;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding-left: 30px;
	line-height: 1.3;
}

.gform-footer.gform_footer input[type="submit"] {
	background: var( --e-global-color-primary, #FF5B14FF ) !important;
	border-radius: 5px !important;
	padding: 9px 50px 9px 50px;
	white-space: normal;
	width: 100%;
	box-shadow: 0px 0px 0px 0px #FFFFFF !important;
	font-size: 15px;
}

.elementor-widget-text-editor ul{
	margin-bottom: .9rem;
}

.privacy-policy .content-box .elementor-widget-text-editor ul{
	margin-bottom: 1.5rem;
}

.privacy-policy .content-box .elementor-widget-text-editor h3{
	margin-bottom: .75rem;
	font-size: 1.5rem;
}

.privacy-policy .content-box .elementor-widget-text-editor h4{
	margin-bottom: .75rem;
	font-size: 1.25rem;
}

.privacy-policy .content-box .elementor-widget-text-editor h5{
	margin-bottom: .75rem;
	font-size: 1.15rem;
}

.privacy-policy .content-box .elementor-widget-text-editor h6{
	margin-bottom: .75rem;
	font-size: 1rem;
}

@media screen and (max-width: 880px) {
	
	.elementor-page .rich-content-wrap p {
		margin-bottom: 1.5rem;
		font-size: 1rem;
	}

	.elementor-page .rich-content-wrap h1 {
		margin-bottom: 1.5rem;
		font-size: 1.75rem;
	}

	.elementor-page .rich-content-wrap h2 {
		margin-bottom: 1rem;
		font-size: 1.75rem;
	}

	.elementor-page .rich-content-wrap h4 {
		font-size: 1.5rem;
	}

	.elementor-page .rich-content-wrap ol {
		margin-bottom: 1.5rem;
		font-size: 1rem;
	}

	.elementor-page .rich-content-wrap ul {
		font-size: 1rem;
	}

	.elementor-page .rich-content-wrap blockquote {
		margin-top: 2rem;
		margin-bottom: 2rem;
		padding-left: 16px;
		font-size: 1.25rem;
	}
}