.elementor-counter {
		align-items: stretch;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center
}
.elementor-counter .elementor-counter-number {
		flex-grow: var(--counter-number-grow, 0)
}
.elementor-counter .elementor-counter-number-wrapper {
		display: flex;
		flex: 1;
		font-size: 69px;
		font-weight: 600;
		line-height: 1;
		text-align: center
}
.elementor-counter .elementor-counter-number-prefix {
		flex-grow: var(--counter-prefix-grow, 1);
		text-align: end;
		white-space: pre-wrap
}
.elementor-counter .elementor-counter-number-suffix {
		flex-grow: var(--counter-suffix-grow, 1);
		text-align: start;
		white-space: pre-wrap
}
.elementor-counter .elementor-counter-title {
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: center;
		font-size: 19px;
		font-weight: 400;
		line-height: 2.5;
		margin: 0;
		padding: 0
}