table {
    border-collapse: collapse;
    width: 100%;
    border-style: hidden;
    background: var(--color-white);
    border-radius: var(--border-radius-default);
    box-shadow: 0 0 20px 2px #deebff;
    margin-top: -20px;
    max-width: 540px;
    margin: auto;
}

table td {
    padding: 20px;
    /* max-width: px; */
    width: 100% !important;
}

table tr td:first-child {
    max-width: 350px;
    width: 100% !important;
}

table td p {
    margin: unset;
    padding: unset;
}
@media screen and (max-width: 600px) {
    table td {
        padding: 10px ;
        max-width: 70px;
        word-wrap: break-word;
    }
}