.table {
    min-width: 100%;
    border-radius: 8px;
}
.table th {
    border: 2px solid #4c4843;
    background: #4c4843;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    text-align: left;
}
.table td {

    padding: 12px 16px;
    font-size: 16px;
    line-height: 150%;

    text-align: left;
}