.table-responsive {
    margin-bottom: 20px;
}

.table-responsive:last-of-type {
    margin-bottom: 0;
}

.acf-table {
    width: 100%;
    border: 1px solid rgba(33, 33, 33, 0.10);
    background: transparent;
    table-layout: fixed;
}

.acf-table th,
.acf-table td {
    border: 1px solid rgba(33, 33, 33, 0.10);
    font-family: var(--font-worksans-regular);
    color: var(--textColor);
    padding: 20px 30px;
    text-align: left;
    overflow-wrap: anywhere;
}

.acf-table th {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.acf-table td {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 991px) {
    .acf-table {
        width: 900px;
    }
}