.acf-table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.00);
    table-layout: fixed;
    border-collapse: collapse;
}

.table-responsive {
    overflow-x: auto;
}

.acf-table th,
.acf-table td {
    border: 1px solid rgba(74, 74, 77, 0.10);
    font-family: "Brandon Grotesque", san-serif, sans-serif;
    color: #4A4A4D;
    padding: 20px 30px;
    text-align: left;
    overflow-wrap: anywhere;
}

.acf-table th {
    font-size: 20px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}

.acf-table td {
    font-size: 20px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}

@media (max-width: 991px) {
    .acf-table {
        width: 900px;
    }
}