.section-table {
    padding: 0;
    margin-bottom: 160px;
}
.table--small {
    margin-bottom: 42px;
}
.table-content__title {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    font-size: 36px;
    margin-bottom: 42px;
}
table.table-content__table {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    width: 100%;
}

table.table-content__table th {
    color: #27F5D1;
    font-family: Metropolitano;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
    letter-spacing: 0.14px;
    text-align: left;
    padding: 12px;
    min-width: 180px;
}
table.table-content__table td {
    padding: 12px;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
    letter-spacing: 0.14px;
    min-width: 180px;
}
table.table-content__table td b{
    font-size: 16px;
    font-weight: 700;
    line-height: 128%; 
    letter-spacing: 0.16px;
    display: block;
}
.table-content__table-scroll {
    overflow-x: auto;
    width: 100%;
}
@media screen and (max-width: 1440px) {
    .section-table table.table-content__table {
        min-width: max-content;
    }
}
@media screen and (max-width: 1024px) {
    .section-table {
        margin-bottom: 120px;
    }

    
    
}
@media screen and (max-width: 460px) {
    .section-table {
        margin-bottom: 80px;
    }
    .table--small {
        margin-bottom: 32px;
    }
}