body {
    background-color: lightseagreen;
}

.crope {
    width: 100%;
    height: 400px;
    text-align: center;
    margin-top: 30px;
}

.crope img {
    text-align: center;
    height: 400px;
}


.storey {
    width: 100%;
    height:100%;
    display: flex;

}

.storey2 {
    width: 50%;
    height: auto;
    margin-left: 290px;
}


.storey2 img {
    text-align: center;
    width: 100%;
}




.storey2 h3 {
    margin-top: 390px;
    margin-left: 30px;
    font-weight: bold;
}






.storey p {

    font-size: 18px;
    font-weight: bold;
    margin-left: 40px;
}




.mydemo {
    width: 200px;
    height: 30px;
    background-color: black;
    margin-top: 250px;
    margin-left: 60px;
}



.mydemo2 {

    width: 200px;
    height: 30px;
    background-color: black;
    margin-top: -50px;
    margin-left: 420px;


}







@media (min-width: 300px) and (max-width: 600px) {


    .crope {
        width: 100%;

        text-align: center;
        margin-top: 30px;
        height: 200px;
    }

    .crope img {

        height: 200px;
        width: 100%;
    }

    .storey {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
    }

    .storey2 {
        width: 100%;
        height: 100%;
      
        margin-left: 0px;
    }



    .storey p {
        font-size: 18px;
        font-weight: bold;
        margin-left: 40px;
    }

    .mydemo {
        width: 150px;
        height: 20px;
        background-color: black;
        margin-top: 165px;
        margin-left: 50px;
    }


    .storey2 H3 {
        margin-top: 180px;
        margin-left: 30px;
        font-weight: bold;
        display: none;
    }

    .mydemo2 {

        width: 200px;
        height: 20px;
        background-color: black;
        margin-top: -40px;
        margin-left: 380px;
        display: none;

    }

    .close{
        display: none;
    }

}



@media (min-width: 600px) and (max-width: 1200px) {


    .crope {
        width: 100%;
        height: 400px;
        text-align: center;
        margin-top: 30px;
    }

    .crope img {
        text-align: center;
        height: 400px;
    }



    .storey {
        width: 100%;
        height: 400px;
        display: flex;

    }

    .storey2 {
        width: 50%;
        height: auto;
        border: 1px solid black;
        margin-left: 100px;
    }

    .storey p {

        font-size: 18px;
        font-weight: bold;
        margin-left: 40px;
    }

    .mydemo {
        width: 200px;
        height: 20px;
        background-color: black;
        margin-top: 230px;
        margin-left: 50px;
    }



    .mydemo2 {

        width: 200px;
        height: 20px;
        background-color: black;
        margin-top: -40px;
        margin-left: 380px;


    }

}