@media screen and (max-width: 1000px){
    .block{
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
    }

    .block h1{
        margin: 0 !important;
        font-size: 1.25em !important;
        padding: 10px 0 !important;
    }

    .desc h2{
        font-size: 1em !important;
    }

    .desc p{
        font-size: 0.75em !important;
    }
}

.content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background-image: url("../img/menuiseri3.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.block{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2rem 2rem 2rem;
    background-color: rgba(255, 255, 255, 0.85);
}

.desc{
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 100%;
}

.desc h2{
    margin: 0.5rem 0; 
}

.desc p{
    margin: 0;
}