body, html {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 0px;
    color: #333;
    font-weight: 300;
    background-color: white;
}

a {
    text-decoration: none !important;
    margin: 0px;
    color: #222222;
}

    a:hover {
        color: #59C924;
    }

.h1 {
    margin-top: 30px;
    font-size: 48px;
    margin-bottom: 0px;
    color: #222222;
    font-weight: 300;
}

.h2 {
    margin-top: 30px;
    font-size: 36px;
    margin-bottom: 0px;
    color: #222222;
    font-weight: 300;
}

.h3 {
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 0px;
    color: #222222;
    font-weight: 300;
}


section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}



.center_text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    width: 80%;
}


.e1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.e1_img {
    height: 500px;
    min-width: 100%;
    margin-top: 20px;
    width: 100%;
    background-color: #000;
    overflow-y: hidden;
    background: no-repeat center url("../Images/bistronaim/e1.jpg");
    background-size: cover;
}

.e1_img1 {
    height: 600px;
    min-width: 100%;
    margin-top: 20px;
    width: 100%;
    background-color: #000;
    background: no-repeat center url("../Images/bistronaim/ee3.jpg");
    background-size: cover;
}


.e2 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    height: 500px;
    width: 100%;
}

.left_block_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px;
}

.left_block1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 500px;
    width: 43%;
}

.e2_img {
    width: 57%;
    height: 500px;
    background-color: #000;
    background: no-repeat top url("../Images/bistronaim/e2_1.jpg");
}

.e2_img2 {
    width: 57%;
    height: 500px;
    background-color: #000;
    background: no-repeat top url("../Images/bistronaim/e2_2.jpg");
    background-size: cover;
}


.e3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    height: 500px;
    width: 100%;
}

.button_cta {
    width: 350px;
    height: 70px;
    background-color: #59c924;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
}

    .button_cta:hover {
        background-color: #30BD17;
        color: white;
    }



.button_cta2 {
    width: 350px;
    height: 70px;
    border: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
}

    .button_cta2:hover {
        background-color: #fff;
        color: #59c924;
    }

.e4 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    height: 600px;
    width: 100%;
}

.left_block2 {
    padding-left: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    width: 40%;
}

.e3_img {
    width: 60%;
    height: 600px;
    background: no-repeat url("../Images/bistronaim/e3.png");
    background-size: cover;
    background-position: top;
}



.left_block_text2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
}

.citata {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    text-align: center;
}


.img_news {
    width: 40%;
    height: 500px;
}

.e5 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 500px;
    width: 100%;
}


.left_block3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 500px;
    width: 43%;
}

.ll1 {
    display: flex;
    justify-content: space-around;
}

.list_1 {
    width: 24%;
}



.e6 {
    padding: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 300px;
    width: 100%;
    background-color: #4fb51f;
    color: #fff;
}


@media screen and (max-width: 1100px) {

    .e6 {
        padding: 0px;
    }

    .e2_img, .e2_img2 {
        width: 40%;
    }

    body, html {
        font-size: 18px;
    }

    .e4 {
        flex-wrap: wrap;
        height: fit-content;
        justify-content: flex-start;
    }

    .e3_img {
        width: 100%;
    }

    .h3 {
        font-size: 24px;
    }
}



@media screen and (max-width: 700px) {



    .e3_img {
        width: 100%;
        height: 300px;
    }


    .e2, .e3, .e5, .ll1, .e4 {
        flex-wrap: wrap;
        height: fit-content;
    }

    .e6 {
        height: fit-content;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .left_block2 {
        padding-left: 0px;
    }


    .left_block_text2 {
        padding: 10px;
        justify-content: center;
        text-align: center;
    }

    .left_block3 {
        height: fit-content;
    }


    .left_block2, .e1, .citata, .left_block3, .img_news, .list_1, .e6 {
        width: 90%;
    }

    .h1 {
        font-size: 40px;
        margin-top: 10px;
    }

    .h2 {
        font-size: 34px;
    }

    .h3 {
        font-size: 26px;
    }

    .list_1 {
        margin-bottom: 50px;
    }

    .h3 {
        margin-top: 10px;
    }

    .left_block1 {
        width: 80%;
    }

    .left_block_text {
        padding: 10px;
        justify-content: center;
        text-align: center;
    }



    .left_block2 {
        justify-content: center;
        padding-left: 10px;
    }

    .e2_img, .e2_img2 {
        width: 100%;
    }
}
