@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;
    margin: 20px auto;
   
}

       
.hero{
    margin: 20px auto;
height: 500px;
background: linear-gradient(rgba(29, 48, 48, 0.2), rgba(29, 48, 48, 0.2)), url(../images/pages/articles/znanie/mark.png);
display: flex;
max-width: 1000px ;
align-items:flex-end ;
}

h1{
font-size: 30px;
font-weight: 700;
line-height: 1;
padding: 70px;
color: rgb(196, 255, 201);
max-width: 300px;
}

.stat{
    max-width: 1000px; 
    margin: 20px auto;
}

.stat p{
    font-family: 'Roboto' !important;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

@media screen and (max-width: 850px){

    .hero{
        height: 200px;
        margin: 10px;
        background: linear-gradient(to bottom, rgb(0, 139, 95), rgb(183, 255, 0));
    }
    h1{
    color: darkgreen;
    }

    .stat{
        max-width: 800px;
        margin: 15px;
    }
}