

  div .header-text-container {
    width: 100%;
    text-align: center;
    margin-top: 0;
  
    text-align: left;
}

div .text-wrapper {
    display: block;
 

    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -1.2px;
    line-height: 1.1;

    background: linear-gradient(0deg, rgba(210, 210, 217, 1) 14%, rgba(255, 255, 255, 1) 85%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
div p .span {
    display: block;
    color: #696f81 !important ;
    font-size: 2rem;
    padding: 5px;
    font-weight: 400;
    letter-spacing: -1.2px;
    line-height: 1.1;
    margin-top: 0.5rem;
}
