.block-gradient {
    background: #2d553e;
    background: linear-gradient(351deg, #2d553e 0%, #3e7956 57%, #44c17e 100%);
}
.em-logo {
    max-width:960px;
    position:absolute;
    top:0;
}
.block-1 {
    height: 640px;
}
.block-2, .block-3 {
    padding-top: 3rem;
    height: auto;
}
.block-3 img {
    transition: all 0.5s ease-out;
}
.block-3 a {
    text-decoration: none;
}
.block-3 img:hover {
    transform: scale(1.1);
}
h2 {
    font-family: Verveine;
    font-size: 60px;
    line-height: 48px;
    color: #ffe699;
    font-weight: normal;
    margin: 2rem 0 3rem 0;
}
.block-2 ul li {
    font-size: 24px;
    line-height: 39px;
    color: #ffe699;
    font-weight: 400;
    font-family: "Roboto";
    margin-bottom: 20px;
}
.product {
    width: 20%;
    display: block;
    padding: 20px;
    
}
.product p {
    font-size: 24px;
    color: #ffe699;
    font-weight: 700;
    font-family: "Roboto";
}
@media screen and (max-width: 1024px) {
    .block-1 {
        max-height: 875px;
    }
    .product {
        width: 33%;
    }
}
@media screen and (max-width: 875px) {
    .block-1 {
        max-height: 470px;
    }
    .product {
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
    .product {
        width: 50%;
        text-align: center;
    }
    .product img {
        margin: auto;
    }
}
@media screen and (max-width: 640px) {
    .block-1 {
        max-height: 345px;
    }
    h2 {
        font-size: 48px;
    }
}
@media screen and (max-width: 475px) {
    .block-1 {
        max-height: 260px;
    }
    .product {
        width: 100%;
    }
}
@media screen and (max-width: 414px) {
    .block-1 {
        max-height: 220px;
    }
}
@media screen and (max-width: 375px) {
    .block-1 {
        max-height: 200px;
    }
}

@media screen and (max-width: 320px) {
    .block-1 {
        max-height: 165px;
    }
}