.hero_title,
.hero_title .elementor-heading-title {
	box-sizing: border-box;
	max-width: 100%;
	overflow-wrap: normal;
	text-wrap: balance;
	width: 100%;
	word-break: normal;
}

.hero_title .elementor-heading-title {
	line-height: 0.95;
}

@media (min-width: 1025px) {
	.hero_title,
	.hero_title .elementor-heading-title {
		white-space: nowrap;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.hero_title,
	.hero_title .elementor-heading-title {
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.hero_title,
	.hero_title .elementor-heading-title {
		display: block;
		overflow: visible;
		white-space: normal;
	}
}
