@media (min-width:1200px) {
    .lg_page .term_bg h1 {
        font-size: 45px;
    }
    .lg_page .term_bn_txt {
        max-width: 790px;
    }
    .lg_page .term_bn_txt p {
        font-size: 22px;
    }
    .why_title p {
        font-size: 22px;
    }
    .why_title {
        margin-bottom: 35px;
    }
    .why_term_itm {
        margin-bottom: 20px;
    }
    .simple_steps_grid.long_term_steps {
        gap: 15px;
    }
    .steps_grid_itm p {
        font-size: 16px;
    }
    .long_trm_simply h2 {
        font-size: 36px;
    }
    .long_trm_simply .tn_sec_title p {
        font-size: 20px;
    }
    .tn_sec_title {
        margin-bottom: 30px;
    }
    .tn_simpli_itm {
        margin-bottom: 15px;
    }
    .tn_simpli_itm p {
        font-size: 16px;
    }
    .tn_simple_btn {
        margin-top: 30px;
    }
    .tn_cta_sec h2 {
        font-size: 39px;
    }
    .tn_cta_sec p {
        font-size: 26px;
    }
}

.tn_why_choose .tn_sec_title {
    text-align: center;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}
.simpli_main {
    align-items: center;
}
.tenantden-comparison{
    max-width:1100px;
    margin:0 auto;
}

/* ==========================
   DESKTOP TABLE
========================== */

.comparison-header,
.comparison-row{
    display:grid;
    grid-template-columns:1.3fr 0.95fr 0.95fr;
    gap: 10px;
}

.comparison-header{
    margin-bottom: 10px;
}

.head-item{
    background: #6A00FF;
    color:#fff;
    text-align:center;
    font-size: 22px;
    font-weight: 800;
    padding: 17px;
}

.comparison-row{
    margin-bottom: 10px;
}

.feature-cell,
.value-cell{
    display:flex;
    align-items:center;
    /* min-height:88px; */
    padding: 25px 23px;
    font-size:18px;
    line-height:1.35;
}

.feature-cell{
    background: #F0EBFE;
    font-weight:700;
    color:#111;
}

.value-cell{
    background: #F5F5F5;
    color:#111;
    font-weight:500;
}

.value-cell::before{
    display:none;
}

/* ==========================
   TABLET
========================== */

@media (max-width:991px){

    .feature-cell,
    .value-cell{
        padding:20px;
        font-size:16px;
    }

    .head-item{
        font-size:18px;
        padding:18px;
    }

}

/* ==========================
   MOBILE PROFESSIONAL CARD
========================== */

@media (max-width:767px){

    .comparison-header{
        display:none;
    }

    .comparison-row{
        display:block;
        margin-bottom:20px;
        border-radius:16px;
        overflow:hidden;
        background:#fff;
        box-shadow:
            0 4px 20px rgba(0,0,0,.08);
    }

    .feature-cell{
        min-height:auto;
        background: #6A00FF;
        color:#fff;
        padding:18px;
        font-size:18px;
        line-height:1.4;
        font-weight:700;
    }

    .value-cell{
        min-height:auto;
        background:#fff;
        padding:18px;
        border-bottom:1px solid #ececec;
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
        gap:15px;
        font-size:15px;
    }

    .value-cell:last-child{
        border-bottom:none;
    }

    .value-cell::before{
        content:attr(data-label);
        display:block;
        color:#6b7280;
        font-size:14px;
        font-weight:600;
        flex-shrink:0;
    }

    .value-cell{
        text-align:right;
        font-weight:700;
    }
}

/* ==========================
   SMALL MOBILE
========================== */

@media (max-width:480px){

    .feature-cell{
        font-size:17px;
        padding:16px;
    }

    .value-cell{
        padding:16px;
        font-size:14px;
    }

    .value-cell::before{
        font-size:13px;
    }
}
