.zs-header-content p {
 text-align: center;
}
.zs-paidcelebrate {
 left: -50px;
 right: inherit;
}
.zs-paidbadge {
 left: 30px;
 right: inherit;
}
.zs-center {
 text-align: center !important;
}
.zs-plan-list {
 align-items: inherit;
}
.zs-taxplus::after, .zs-taxplus::before {
 right: 0px;
}
.zs-taxplus {
 bottom: -6%;
 width: 90%;
}
@media only screen and (max-width: 767px){
.zs-taxplus {
    right: 0px;
    transform: translate(0%,0%);
}
}