.plans-page {
    max-height: calc(var(--vh, 1vh) * 100) !important;
}
.plan-card {
    max-width: 1400px;
}
.plan-card .card-title {
    font-size: 1.6rem;
    line-height: 1.4;
}
.plan-card h3,
.plan-card button span,
.plan-card .select-plan .selected-option {
    font-size: 1.4rem;
}
.plan-card .badge-off {
    background-color: #5BBE87;
    border-radius: 50px;
}
.plan-card span {
    font-size: 1.1rem;
}
.plan-card #planPriceMonthly {
    font-size: 1.7rem;
}
.plan-card .select-plan {
    height: 3.5rem;
}
.plan-card .select-plan .selected-option .plan-discount {
    font-size: 1.2rem;
}
.plan-card button {
    border-radius: 10rem;
}
.plan-card .card-footer svg {
    min-width: 1.4em;
    min-height: 1.4em;
}
@media (min-width: 1366px) {
    .plans-page {
        height: calc(100% - 63px);
    }
}
@media (min-width: 1200px) {
    .plan-card .card-title {
        font-size: 2rem;
    }
    .plan-card span {
        font-size: 1.2rem;
    }
}