.gradient-text{
      background: linear-gradient(90deg, #0f766e 0%, #0f172a 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
