section.Landing {
    background-image: url(/images/seccaodefolhas.jpeg);
    width: 100%;
    height: 70vh;
}

@media screen and (max-width: 1064px) {
    section.Landing {
        height: 40vh;
    }
}

@media screen and (max-width: 570px) {
    section.Landing {
        display: none;
    }
}