
/* About Section */
.about {
	padding: 80px 0;
	background-color: #fff;
	text-align: center;
}
.about h2 {
	font-size: 2.5em;
	margin-bottom: 15px;
	font-weight: bold;
	background: linear-gradient(to right, #5214f4, #63c8f9);
  -webkit-background-clip: text; /* For Safari */
  
  background-clip: text; /* For modern browsers */
  color: transparent; /* Makes the text color transparent */
}
.about p {
	font-size: 1.2em;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.7;
}