.leftBlockSections {
    margin: 20px 0 0;      
}

.leftBlockSection {
    margin: 0 0 20px;
    width: 100%;
} 

.leftBlockSection img {
    width: 100%;
}

@media screen and (max-width: 900px){
    .leftBlockSections {
        display: none;
    }
}