.elementor-icon-list-item a {
	text-decoration: underline;
	text-decoration-thickness: 0.05em;
	text-decoration-color: rgba(255, 255, 255, 0);
	text-underline-offset: var(--offset, 5px);

	cursor: pointer;
	transition: color .3s linear, text-decoration-color .3s linear, --offset .3s linear;
}

.elementor-icon-list-item a:hover,
.elementor-icon-list-item a:focus {
	--offset: 5px;
	color: rgba(255, 255, 255, 1);
	text-decoration-color: rgba(255, 255, 255, 1);
}

h1 {
	word-wrap: break-word;
}

.elementor-price-list-header .elementor-price-list-separator {
	position: relative;
}
@media (max-width: 767px) {
	.price .elementor-price-list-header,
	.price .elementor-price-list-price {
		font-size: 18px !important;
	}
	.elementor-price-list-header .elementor-price-list-separator {
		top: 8px;
	}
	.price .elementor-price-list li:not(:last-child) {
		margin-bottom: 20px !important;
	}
}
@media (min-width: 768px) {
	.elementor-price-list-header .elementor-price-list-separator {
		top: 10px;
	}
	.price .elementor-price-list li:not(:last-child) {}
	
}


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1SGB6KQ7E5"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-1SGB6KQ7E5');
</script>
