.accounts-table_title {
    text-align: center;
    margin-bottom: 16px;
}

.accounts-table_text{
    color: #595959;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 64px;
}

.table-container {
    overflow-x: auto;
    margin: 64px 64px 0;
}

table {
    width: 100%;
}

td {
    width: 14.92%;
    height: 56px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    padding: 0px 24px;
}

td:first-child {
    width: 25.20%;
    text-align: left;
    color: var(--black);
    font-weight: 700;
}

table:not(.benefits) tbody tr:last-child td {
    padding: 16px 8px;
}

thead td div {
    background-color: var(--neutrals-50);
    padding: 16px;
}

thead td h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

thead td p{
    font-size: 14px;
}

thead td {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: var(--white);
    padding: 0;
}

thead td:nth-child(2) div{
    border-top-left-radius: 8px;
}

thead td:last-child div{
    border-top-right-radius: 8px;
}

tbody tr:not(:last-child){
    border: 1px solid #F0F0F0;
}

tbody tr:nth-child(even):not(.section-header-row, thead tr) {
    background: #FAFAFA;
}

tbody:not(.benefits) tr:last-child {
    background: #fff;
}

tbody tr:last-child{
    background: transparent;
    padding-top: 16px;
}

tbody tr:not(:last-child) td:not(:first-child){
    border-left: 1px solid #F0F0F0;
}

td img {
    margin: auto;
}

table .btn-secondary {
    width: 100%;
    margin-bottom: 4px;
    padding: 0 23px;
}
table .btn.underline {
    color: #FF515E;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    margin: auto;
}

table .btn.underline:hover {
    color: #000;
}

table.benefits tr td:first-child{
    text-align: left;
    font-weight: 700;
}
table.benefits tbody tr:last-child{
    border: 1px solid #F0F0F0;
}
table.benefits tbody tr td {
    border-left: 1px solid #F0F0F0;
}
.section-header-row {
    position: relative;
    border: 1px solid #F0F0F0;
}
.section-header {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    padding: 24px;
    text-align: left;
    border: none;
}

.section-header-row:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: 8px;
    background-color: #FF515E;
}

.accounts-table_btn {
    margin: 64px auto 0;
}

@media (max-width: 1439px) {
    .table-container {
        margin: 0;
    }

    table {
        margin: 64px 64px 0;
    }

    td {
        width: inherit;
        min-width: 162px;
    }

    td:first-child {
        width: inherit;
        min-width: 250px;
    }
}

@media (max-width: 1024px) {
    table {
        margin: 56px 32px 0;
    }

    .accounts-table_btn {
        margin: 56px auto 0;
    }
}

@media (max-width: 640px) {
    .accounts-table_title {
        font-size: 36px;
        line-height: 48px;
    }

    table {
        margin: 48px 24px 0;
    }

    .accounts-table_btn {
        margin: 48px auto 0;
    }
}