.table-responsive {
    overflow-x: auto;
    margin-bottom: 30px;
}

.table-responsive:last-of-type {
    margin-bottom: 0;
}

.acf-table {
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.10);
    background: transparent;
    table-layout: fixed;
    border-collapse: collapse;
}

.acf-table th,
.acf-table td {
    border: 1px solid rgba(51, 51, 51, 0.10);
    font-family: "aktiv-grotesk", sans-serif;
    color: #333;
    padding: 20px 30px;
    text-align: left;
    overflow-wrap: anywhere;
}

.acf-table th {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.acf-table td {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

@media (max-width: 991px) {
    .acf-table {
        width: 900px;
    }
}