.table-responsive

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

.acf-table th,
.acf-table td {
    border: 1px solid rgba(49, 47, 48, 0.10);
    font-family: "FuturaLT";
    color: var(--black);
    padding: 20px 30px;
    text-align: left;
    overflow-wrap: anywhere;
}

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

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

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