p#page-demo-headline { /* top page demo paragraph only */
  max-width: 275px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .hero-content h1 {
    margin-bottom: 0.6em;
  }
      
        .hero-content p {
          font-family: "Montserrat", sans-serif; 
          font-size: 18px;
          font-weight: 600; 
          margin-top: 0;
        }
      
}

/* adjust for small devices */
@media only screen and (max-width: 768px) {
    .hero-content p {
      max-width: 293px;
      justify-self: center;
      margin-bottom: 1.2em;
    }
    
    #widen-your-audience,
    .section-compact,
    .section-hero .hero-content {
        text-align: center;
    }
    
    .hero-content h1> .material-symbols-outlined {
      font-size: inherit;
      position: relative;
      top: 10px;
    }
    
    .section-compact-bg p {
      max-width: 225px;
      text-align: center;
    }
    }


    @media only screen and (min-width: 769px) {
        p#page-demo-headline {
          text-align: left;
          font-size: 20px;
        }

      }

      /*adjust for bigger mobile and tablets */
@media only screen and (min-width: 600px) and (max-width: 992px) {

    .hero-content h1 {
      font-size: 3.7em;
      margin-bottom: 2rem;
    }
    
    .hero-content h1 > .material-symbols-outlined {
      font-size: inherit;
      position: relative;
      top: 15px;
    }
    }

    @media only screen and (min-width: 993px) {

          /* pages */
  .hero-content h1 {
    font-size: 4.8em;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .hero-content h1> .material-symbols-outlined {
    font-size: inherit;
    position: relative;
    top: 22px;
  }


    .hero-content p {
        font-family: "Montserrat", sans-serif; 
        font-size: 20px;
        font-weight: 600; 
      }

      .hero-content p {
        font-family: "Montserrat", sans-serif; 
        font-size: 20px;
        font-weight: 600; 
        /* margin-top: 0;
        margin-bottom: 0; */
      }
  

    }

    @media only screen and (min-width: 1025px) {
        .hero-content p {
          margin-bottom: 0em; 
        }
      }

      /* Adjustment for big screen sizes */
@media only screen and (min-width: 1170px) {

    .hero-content h1 {
      font-size: 5.625em;
      line-height: 1.1;
      margin-top: 0;
      margin-bottom: 2rem;
    }
    
    .hero-content h1 > .material-symbols-outlined {
      font-size: inherit;
      position: relative;
      top: 22px;
    }
    }  


    /* Align icon with title */
.section-title {
    max-width: 800px;
    line-height: 1.3;
  }
  
  .section-title-demo {
  max-width: 523px; /* 1 QR for all languages */
  }
  
  p.paragraph-page {
    max-width: 540px;
    line-height: 1.8;
  }
  
  #top-faq p {
  text-align: left;
  }

  /* Typed animation */
.slogan { font-weight: 600; font-size: 16px;}
.typed-cursor { border-right: 0px solid currentColor; margin-left: 2px; }
.typed-target { color: #FF6524 !important; font-weight: bold;}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
.typed-cursor { display: none; }
}

