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

.acf-table th,
.acf-table td {
    border: 1px solid rgba(33, 37, 41, 0.10);
    font-family: 'CircularBlack',Fallback,sans-serif !important;
    color: #212529;
    padding: 20px 30px;
    text-align: left;
    overflow-wrap: anywhere;
}

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

.acf-table td {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

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