.elementor-widget-divider .elementor-divider__text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
	line-height: var(--e-global-typography-secondary-line-height);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
}

@media (max-width:1024px) {
	.elementor-widget-divider .elementor-divider__text {
		line-height: var(--e-global-typography-secondary-line-height);
	}
	
	.elementor-widget-icon-box .elementor-icon-box-description {
		line-height: var(--e-global-typography-text-line-height);
	}
}

@media (max-width:767px) {
	.elementor-widget-divider .elementor-divider__text {
		line-height: var(--e-global-typography-secondary-line-height);
	}
	
	.elementor-widget-icon-box .elementor-icon-box-description {
		line-height: var(--e-global-typography-text-line-height);
	}
}

@media (min-width:768px) {}

@media (max-width:1024px) and (min-width:768px) {}