.zw-template-inner {
    position: relative;
}

.features-banner-wrap {
    background: none;
}

.zw-product-header {
    position: relative;
    top: 0;
    background: #ffe8de;
}

.zw-template-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    /* height: 500px; */
    height: 380px;
    left: 0;
    top: 0;
    z-index: -1;
    background: -webkit-linear-gradient(top, #ffe8de 0%, #fff1eb 30%, #fffcf6 52%, #ffffff 100%);
}
.act-btn.cta-btn {
    visibility: visible;
    opacity: 1;
}