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

.acf-table th,
.acf-table td {
    border: 1px solid rgba(62, 56, 48, 0.10);
    font-family: "BeausiteClassicTrial-Regular";
    color: #3E3830;
    padding: 20px 30px; 
    text-align: left;
    overflow-wrap: anywhere;
}

.acf-table th {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

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