:root {
  --cs-container-padding: clamp(0.5rem, 2.5vw, 3rem); /* Default value for Extra Small screens */
  --cs-container-padding-y: clamp(0.5rem, 10vh, 15rem); /* Default value for Extra Small screens */
  --font-weight-light: 300;
  --font-weight-bold: 700;
}
.cs-gradient-main { background: linear-gradient(93deg, #00679D 27.13%, #00A7FF 60.98%, #53DFDF 89.25%); /* Your gradient colors */
      -webkit-background-clip: text;
      color: transparent;
      /* display: inline-block;  Ensures that the gradient covers the entire text */
      }
