@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    
}
  
body {
    max-width: 1440px;
    
}

.hero{
    display: flex;
    flex-direction: column;
}
    
.hero-content{
    margin: 20px auto;
   
}


.stat{
    max-width: 1000px; 
    margin: 20px auto;
}

.stat p{
    font-family: 'Roboto' !important;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.stat .tol{
    font-weight: 700;
}


@media screen and (max-width: 850px){

.hero{
        max-width: 800px;
        margin: 15px;
    }
}