.content-404 {
	height: calc(100vh - 150px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-404 .not-found-text {
	/* 140px - 256px 	 */
	font-family: var(--h3-font-family);
	font-size: clamp(140px, calc(8.75rem + ((1vw - 4.8px) * 17.5758)), 256px) !important;
	font-weight: 700;
	text-shadow: -16px 0px var(--primary), 16px 0px var(--accent);	
	margin: 0;
	padding: 0;

}

.content-404 span.svg-404 {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
	width: auto;
}

.not-found-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.content-404 .elementor-cta__title:before {
	content: '404';
	position: absolute;
	left: 51%;
	transform: translateX(-50%);
	width: 100%;
	height: 50%;
	overflow: hidden;
	background: #fff;

}

