.performance-table__header {
    margin-bottom: 20px !important;
}

.tabs-information__card-row.strict-2 .tabs-information__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.tabs-information__card--liquidity .tabs-information__card-header-description {
    max-width: 225px;
    margin-right: 77px;
}

.tabs-information__tabhead {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
}

.tabs-information__table_custom th {
    padding: 10px 20px 20px !important;
}

.annualized td {
    box-shadow: none;
    padding: 0 !important;
}

.annualized__line {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--text-black);
    ;
    text-align: center;
}

.annualized__line::after {
    content: '';
    display: block;
    border-top: 1px solid #61E6C5;
    border-right: 1px solid #61E6C5;
    border-left: 1px solid #61E6C5;
    height: 10px;
    margin-top: 1.5px;
}

.description-index__wrapper {
    
}

.description-index {
    margin-top: 40px;
    margin-bottom: 120px;
}

.description-index__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.description-index__title br {
    display: none;
}

.description-index__header img {
    width: 152px;
    height: 56px;
    object-fit: contain;
}

.description-index__content-title {
    font-family: 'PPNV';
    font-size: 24px;
    font-weight: 550;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 30px;
    color: var(--color-bw-hi-contrast);
}

.description-index__content-text p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
}

.description-index__content-text p:not(:last-of-type) {
    margin-bottom: 10px;
}

.staking {
    padding: 100px 0;
    background: #F8F9FA;
}

.staking h2 {
    font-family: 'Items';
    font-size: 56;
    font-weight: 325;
    line-height: 53.2px;
    letter-spacing: 0.02em;
    text-align: center;
    font-variation-settings: 'wdth' 450;
    display: block;
}

.staking__header {
    margin-bottom: 80px;
    text-align: center;
}

.staking__content {
    display: flex;
    gap: 80px;
    margin-bottom: 100px;
}

.staking__contentblock {
    flex: 1;
}

.staking__contentblock p {
    font-family: 'PPNV';
    font-size: 18px;
    font-weight: 375;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--color-bw-mid-contrast);
    margin-bottom: 0;
}

.staking__endbutton {
    margin-top: 60px;
    text-align: center;
}

.index-tab {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

@media screen and (max-width: 992px) {
    .description-index {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .description-index__header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .description-index__title,
    .staking h2 {
        font-family: 'Items';
        font-size: 28px;
        font-weight: 325;
        line-height: 30px;
        letter-spacing: 0.02em;
        text-align: center;
        font-variation-settings: 'wdth' 450;
    }

    .staking__header {
        margin-bottom: 40px;
    }

    .description-index__header img {
        width: 107px;
    }

    .description-index__content-title {
        margin-bottom: 20px;
        font-size: 32px;
        font-weight: 400;
        line-height: 32px;
    }

    .description-index__content-text p:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .tabs-information__tabhead {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.28px;
    }

    .staking {
        margin-bottom: 0;
        padding: 80px 0;
    }

    .staking__content {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 60px;
    }

    .staking__content .description-index__content-title {
        font-family: 'PPNV';
        font-size: 18px;
        font-weight: 550;
        line-height: 24px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-bottom: 10px;
        color: var(--color-bw-hi-contrast);
    }

    .staking__contentblock p {
        font-family: 'PPNV';
        font-size: 16px;
        font-weight: 375;
        line-height: 22px;
        letter-spacing: 0.03em;
        text-align: left;
        color: var(--color-bw-mid-contrast);
    }

    .index-tab {
        gap: 60px;
    }

    .staking__endbutton {
        margin-top: 30px;
    }
}