

/*milestone*/


    .hero-text {
      font-size: 4.8rem;
      font-weight: 900;
      line-height: 1.3;
 
    color: rgba(255, 255, 255, 0.26);
      max-width: 900px;
      margin-top:-43px;
      font-family: Arial, sans-serif;
    }

    /* Highlight variations */
    .outline {
      -webkit-text-stroke: 2px rgba(255, 255, 255, 0.26);
      color: transparent;
      
    }

    .bold {
      font-weight: 900;
     color: rgba(255, 255, 255, 0.26);
    }