.zsub-row {
    margin-bottom: 25px;
}

.zsub-row p {
    margin-bottom: 0;
}
.zpage-title{
    text-align:center;
}
 .zpage-title p{
    max-width:640px;
    margin:0 auto;
}
.zsub-row p.zstrng-bold {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: var(--secondaryfont-semibold);
}
.common_terms_wrap .zpage-title {
    background: -webkit-linear-gradient(90deg, #303f9f 0%, #4a5dc5 100%);
}
.common_terms_wrap .zpage-title h1,.common_terms_wrap .zpage-title p{
    color:#fff;
}

.zgdpr-banner {
    padding: 100px 0;
    position: relative;
}
.zgdpr-banner:before {
content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background-image: url(/sites/zweb/images/commonroot/gdpr-star-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 88px;
}
.zgdpr-banner:after {
content: url(/sites/zweb/images/commonroot/gdpr-star-bottom.png);
    position: absolute;
    bottom: 00px;
    left: 0;
    right: 0;
    text-align: center;
}