@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    font-size: 62.5%;
}

html, body{
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
}

p {
    font-size: 2rem;
    line-height: 3rem;
    color: #777777;
    font-family: 'Titillium Web', sans-serif;
}

h2 {
    font-size: 8.8rem ;
    line-height: 8rem;
    color: #01903e;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700 ;
}

/* h3 {
    font-size: 3.1rem;
    line-height: 3rem;
    color: #313131;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
} */

span.text-green {
    font-size: 2.3rem;
    color: #01903e;
    line-height: 3rem;
}