.about{
    overflow:hidden;
    background:;
}
.product{
    overflow:hidden;
    background:rgba(255,255,255,0.9); 
}
.product.style-2{
    position: relative;
    overflow:hidden;
    background:; 
}
.product.style-2 .overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
  }

.blog-section{
    overflow:hidden;
    background:;
}
