.is-lp-simple {
    padding: 12.5% 0;
    background-color: #333; 
    background-image: url(../../../img/lp/simple/background.jpg);
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}


.is-lp-simple-functions {
    padding: 2em 0;
    box-shadow: 0 0 23px #fff;
    
    background-color: rgba(255, 255, 255, .8);
    background-image: url(../../../img/lp/simple/background-blurry.jpg);
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}