table tr td {
  font-size: 18px !important;
  font-family: Inter;
  & p {
    margin-bottom: 0 !important;
    /* text-align: center; */
    font-size: 18px !important;
  }
}

table tr:first-child td {
    background-color: #4ebca7 !important;
    color: #fff;
    padding-top: 10px;
    font-weight: 500;
    border-right-color: #cdcdcd;
    border-top-color: #cdcdcd;
    margin-bottom: 0;
}
table tr:first-child td:first-child {
    border-left-color: #4ebca7;
    border-top-color: #4ebca7;
}
table tr:first-child td:last-child {
    border-right-color: #4ebca7;
    border-top-color: #4ebca7;
}
table tr td li {
    padding-left: 0 !important;
    margin-left: 10px !important;
}
table tr td {
    padding: 7px;
    margin-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 0;
    text-align: left !important;
    border-color: #cdcdcd;
    background-color: #fff;
    font-weight: 400;
}
table tr:nth-child(2n) td {
    background-color: #f9f9f9 !important;
}