.non_benefit_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0 70px;
}

    .non_benefit_wrap table {
        width: 100%;
        max-width: 1400px;
        margin: 10px;
        box-shadow: 0px 0px 5px 1px #e1e1e1;
    }

    .non_benefit_wrap table tr {
    }

        .non_benefit_wrap table th {
            font-weight: 800;
            background-color: #A1887F;
            color: white;
            vertical-align: middle;
        }

        .non_benefit_wrap table th.title {
            background-color: #D7CCC8;
            color: black;
            font-size: 24px;
            text-align: center;
            padding: 16px;
        }

        .non_benefit_wrap table td {
            vertical-align: middle;
            font-size: 15px;
            text-align: center;
        }

        .non_benefit_wrap table th,
        .non_benefit_wrap table td {
            border: 1px solid #ddd;
            padding: 8px 2px;
            text-align: center;
            word-wrap: break-word;
        }