// Linear Gradient for Text
.text-item {
background: -webkit-linear-gradient(360deg, #1284ac, #0c009b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
// Linear Gradient for Text
.text-item {
background: -webkit-linear-gradient(360deg, #1284ac, #0c009b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}