.table-responsive {
    border-radius: 6px;
    border: 1px solid rgba(71, 71, 71, 0.15);
}

.acf-table {
    width: 100%;
    border-radius: 6px;
    background: transparent;
    table-layout: fixed;
}

.acf-table th,
.acf-table td {
    border: 1px solid rgba(71, 71, 71, 0.15);
    font-family: "Poppins", sans-serif;
    color: #474747;
    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: 300;
    line-height: 150%;
}

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