.reset-debtrev-page .hero-copy-block h1 {
    max-width: 980px;
}

.reset-debtrev-page .hero-copy-block .lead {
    max-width: 900px;
}

.rst-debtrev-comparison-section {
    background: #ffffff;
}

.rst-debtrev-table-card {
    overflow: hidden;
}

.rst-debtrev-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.rst-debtrev-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.rst-debtrev-table th,
.rst-debtrev-table td {
    padding: 24px 26px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
    line-height: 1.7;
}

.rst-debtrev-table th {
    background: var(--navy-deep);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rst-debtrev-table th:nth-child(2) {
    background: var(--blue-strong);
}

.rst-debtrev-table td:first-child {
    width: 22%;
    color: var(--navy);
    background: #f7f9fc;
}

.rst-debtrev-table td:nth-child(2) {
    width: 39%;
    color: var(--text);
}

.rst-debtrev-table td:nth-child(3) {
    width: 39%;
    color: var(--muted);
    background-color: #fcfcfc;
}

.rst-debtrev-table tr:last-child td {
    border-bottom: 0;
}

.rst-debtrev-copy p,
.rst-debtrev-guidance-card p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.8;
    font-size: 17px;
}

.rst-debtrev-copy p:last-child,
.rst-debtrev-guidance-card p:last-child {
    margin-bottom: 0;
}

.rst-debtrev-card-actions {
    margin-top: 28px;
}

@media (max-width: 900px) {
    .rst-debtrev-table,
    .rst-debtrev-table thead,
    .rst-debtrev-table tbody,
    .rst-debtrev-table th,
    .rst-debtrev-table td,
    .rst-debtrev-table tr {
        display: block;
    }

    .rst-debtrev-table thead {
        display: none;
    }

    .rst-debtrev-table tr {
        border-bottom: 1px solid var(--line);
    }

    .rst-debtrev-table tr:last-child {
        border-bottom: 0;
    }

    .rst-debtrev-table td {
        width: 100% !important;
        border-bottom: 0;
        padding: 18px 22px;
    }

    .rst-debtrev-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 8px;
        color: var(--blue);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .rst-debtrev-table td:first-child {
        padding-top: 24px;
    }

    .rst-debtrev-table td:last-child {
        padding-bottom: 24px;
    }
}
