.hfe-counter-wrapper[style*="flex-direction: column"] {
	align-items: center;
	justify-content: center;
}

.hfe-counter-wrapper[style*="flex-direction: row"] {
	justify-content: center;
	align-items: center;
}

.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title, .hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content {
	flex: 1;
	min-width: 0;
}

.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title, .hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content {
	flex: 1;
	min-width: 0;
}

.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title, .hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content {
	flex: 1;
	min-width: 0;
}

@media (max-width: 1024px) {
	.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title, .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 767px) {
	.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title, .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
		flex: 1;
		min-width: 0;
	}
}