@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{
   padding-left: 100px;
    /* height: 500px; */
    /* max-width: 1000px; */
    /* background: linear-gradient(rgba(29, 48, 48, 0.2), rgba(29, 48, 48, 0.2)), url(../images/мясо.jpg); */
    /* display: flex; */
    /* align-items:flex-end ; */
}

.stat{
    max-width: 1000px;
    margin: 20px auto;
}

.stat h1{
    font-family: 'Roboto' !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    /* padding: 30px; */
    color: rgb(100, 0, 55);

}


.spisok{
    padding: 20px;
    list-style-type: disc;
    font-family: 'Roboto' !important;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.stat p{
    font-family: 'Roboto' !important;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.stat h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    line-height: 10px;
    color: brown;
}

/* .stat .tol{ */
    /* font-weight: 700; */
/* } */

@media screen and (max-width: 850px){

    .hero{
        display: none;
    }
    .stat h1{
    font-size: 18px;
    }

    .stat{
        max-width: 800px;
        margin: 15px;
    }
}