.section-pricing_table {
    /* min-width: 100%; */
}

.section-pricing_table .table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.section-pricing_table table {
    min-width: 700px;
}

.section-pricing_table th {
    background-color: var(--tateru-color-primary);
    color: #fff;
    height: 65px;
    line-height: 65px;
}

.section-pricing_table th:not(:first-child) {
    text-align: center;
    width: 140px;
}

.section-pricing_table th.highlighted {
    background-color: var(--tateru-color-secondary);
}

.section-pricing_table td {
    height: 65px;
    vertical-align: middle;
}

.section-pricing_table tr:nth-child(odd) td {
    background-color: var(--tateru-color-lightgrey);
}

.section-pricing_table td:not(:first-child)  {
    text-align: center;
}


.section-pricing_table td:first-child,
.section-pricing_table th:first-child {
    padding-left: 19px;
}

.section-pricing_table img {
    width: 13.5904px;
    height: 9.6341px;
}