/* End custom CSS */

.elementor-widget-tl-post-title .templately-heading-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-tl-post-content p {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	word-spacing: var(--e-global-typography-text-word-spacing);
}

@media (max-width:1024px) {
	.elementor-widget-tl-post-title .templately-heading-title {
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-widget-tl-post-content p {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
		letter-spacing: var(--e-global-typography-text-letter-spacing);
		word-spacing: var(--e-global-typography-text-word-spacing);
	}
}

@media (max-width:767px) {
	.elementor-widget-tl-post-title .templately-heading-title {
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-widget-tl-post-content p {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
		letter-spacing: var(--e-global-typography-text-letter-spacing);
		word-spacing: var(--e-global-typography-text-word-spacing);
	}
}

/* Start custom CSS for column, class: .elementor-element-28c842e */
#article h2 {
	font-size: 45px;
	margin-bottom: 50px;
	margin-top: 50px;
}

#article h3 {
	font-size: 30px;
	margin-bottom: 50px;
	margin-top: 50px;
}

#article h4 {
	font-size: 20px;
	margin-bottom: 50px;
	margin-top: 50px;
}

#article p {
	font-size: 18px;
	color: white;
	margin-bottom: 50px;
	margin-top: 50px;
}
