.tabs-information__card-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tabs-information__card-provider {
    display: flex;
    flex-direction: column;
}

.tabs-information__card-provider img {
    align-self: flex-start;
    margin-bottom: 20px;
    height: 30px;
}

.tabs-information__tabline_methodology ul li::marker {
    content: '';
}

.tabs-information__tabline_methodology ul li::before {
    content: '';
    position: absolute;
    top: calc(((24px / 2) - 2px));
    left: -1em;
    display: block;
    width: 4px;
    height: 4px;
    background-color: var(--text-black);
}

.tabs-information__tabline_methodology ul {
    list-style-type: square;
    padding-left: 23px;
}

.trading-section__title {
    margin-bottom: 35px;
    font-size: 52px;
    font-weight: 400;
    line-height: 56px;
}

.trading-section .trading__table {
    margin-bottom: 102px;
}

.trading-section .tabs-information__card:not(:last-of-type) {
    margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
    .tabs-information__card-header {
        margin-bottom: 30px;
    }

    .trading-section .trading__table {
        margin-bottom: 80px;
    }

    .trading-section .tabs-information__card:not(:last-of-type) {
        margin-bottom: 80px;
    }

    .trading-section__title {
        font-size: 32px;
        font-weight: 600;
        line-height: 34px
    }

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