.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(33, 37, 41, 0.10);
    font-family: "Optima";
    color: #212529;
    padding: 20px 30px;
    text-align: left;
    overflow-wrap: anywhere;
}

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

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

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