.feature{
    overflow:hidden;
    background:rgb(255,255,255);
}

.about{
    overflow:hidden;
    background:rgba(255,255,255,0.72);
}

.service{
    overflow:hidden;
    background:rgb(255,255,255);
}

.product{
    overflow:hidden;
    background:rgba(255,255,255,0.99);
}

.information{
    overflow:hidden;
    background:rgb(248,251,241); 
}
