.zw-product-header {
   position: relative;
   top: 0;
   background: #a9ffdb;
}
 .zw-template-inner .features-banner-wrap:before {
   background: #a9ffdb;
   background: -moz-linear-gradient(top, #a9ffdb 0, #fff 100%);
   background: -webkit-linear-gradient(top, #a9ffdb 0, #fff 100%);
   background: linear-gradient(to bottom, #a9ffdb 0, #fff 100%);
   filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a9ffdb', endColorstr='#ffffff', GradientType=0);
}
.features-banner-wrap:before {
   content: '';
   position: absolute;
   width: 100%;
   /* height: 500px; */
   height: 380px;
   left: 0;
   top: 0;
   z-index: -1;
}