.enterprise h2 {
    margin-bottom: 1em;
    font-size: 1.5rem;
}

.enterprise h3 {
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 1em;
}

.enterprise .enterprise__section_white {
    padding: 2.1875em 2.75em 6em 2.5em;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(60, 60, 60, 0.15);
}

.enterprise .enterprise__section h2 {
    font-size: 1rem;
    margin-bottom: 1.875em;
}

.enterprise .enterprise__section .table-responsive + h2 {
    margin-top: 3.8125em;
}

.enterprise .table {
    margin-bottom: 0;
}

.enterprise .table th,
.enterprise .table td {
    vertical-align: middle;
    border: 0;
}

.enterprise .table thead th {
    padding: 0.875em 0.8125em 1em 0.9375em;
    font-weight: 400;
    text-align: left;
    background-color: var(--color-secondary);
    border-bottom: 1px solid #d7d7d7 !important;
}

.enterprise .table tbody th,
.enterprise .table tbody td {
    padding: 0.75em 0 0.8125em;
    font-weight: 400;
    text-align: left;
    color: #736f73;
    border-bottom: 1px solid #d7d7d7;
}

.enterprise .table tbody th:not(:first-child),
.enterprise .table tbody td:not(:first-child) {
    padding-left: 0.75em;
}

.enterprise .table tbody th:not(:last-child),
.enterprise .table tbody td:not(:last-child) {
    padding-right: 0.75em;
}

.enterprise .table thead th.bold,
.enterprise .table tbody th.bold,
.enterprise .table tbody td.bold {
    font-weight: 500;
}

.enterprise .table thead th.right,
.enterprise .table tbody th.right,
.enterprise .table tbody td.right {
    text-align: right;
}

.enterprise a.note {
    text-decoration: none;
}

.enterprise div.note {
    margin-top: 2.5em;
    margin-bottom: 5em;
    padding: 0.75em 1em;
    background-color: #fef3c0;
}
