.feature{
    overflow:hidden;
    background:rgb(255,255,255);
}

.about{
    overflow:hidden;
    background:rgba(213,213,213,0.15);
}

.service{
    overflow:hidden;
    background:rgba(255,255,255,0.05);
}

.product{
    overflow:hidden;
    background:rgba(213,213,213,0.15);
}

.information{
    overflow:hidden;
    background:rgb(255,255,255); 
}
