.zs-plan-list .zs-freeplan-list, .zs-plan-list .zs-paidplan-list {
 padding: 40px 55px;
}
.zs-plan-list {
  align-items: inherit;
}
.zs-taxplus {
 bottom: -5%;
 width: 90%;
}
@media only screen and (max-width: 767px){
.zs-taxplus {
    width: 80%;
    bottom: -5%;
}
}
@media only screen and (max-width: 400px){
.zs-taxplus {
    left: 40%;
    bottom: -5%;
}
}