.gradient-title {
	/* font-size: 1.5em; */
	/* font-weight: 600; */
	background: linear-gradient(0deg, #4396ee, #46fffc); /* Define gradient colors and direction */
	-webkit-background-clip: text; /* Apply background-clip to text for WebKit browsers */
	color: transparent; /* Hide original text */
	background-clip: text; /* Apply background-clip to text */
}