        /*  Mobile  */
        .container {
            width: 100%;
            padding: 15px;
            text-align: center;
        }
@media (min-width: 768px) {
.displaybig {
    font-family: 'DM Sans';
    font-size: 140px;
    line-height: .75;
    font-weight: 700;
    letter-spacing: -0.02em; 
  }  


.display {
    font-family: 'DM Sans';
    font-size: 62px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.02em; 
  }  

h1 {
    font-family: 'DM Sans';
    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
  }

    h2 {
    font-family: 'DM Sans';
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
  }

    h3 {
    font-family: 'DM Sans';
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.02em; 
  }

  .lead{
    font-family: 'Manrope';
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
  }
    body {
    font-family: 'Manrope';
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
  }
}
