/*
.eco-contents{
    height: 900px;
    background-color: aqua;
    width: 100vw;
}
*/

.each-page-content{
margin-top: calc(100vh-155px);
margin-bottom:calc(100vh-155px);
}

.eachpage-top-image{
    width: 100px;
    height: auto;
    display: block;
    margin:0 auto;
    text-align: center;
}


.fst-imageeco{
margin-top: 50px;
}


img{
width: 80vw;
margin-left: 10vw;
}

header img{
    margin-left: 0px;
}

@media (max-width:900px) {
    .each-contents-title{
margin-bottom: 30vh;
        
    }
    
    
    
    
    h1{
margin-top: 20vh;
    }
    
    .each-page-content-including{
    height: 80vh;
        
}
    .each-page-content{
margin-top: auto;
margin-bottom:auto;
}

 .fst-imageeco{
margin-top: 0px;
}
    
    
    
    
}