table.mobile {
    padding: 0;
    margin: 0;
    border-spacing: 0 5px;
    height: fit-content;
    width: 100%;
    padding: 1%;
}

table.mobile * {
    font-size: 1em;
}

table.mobile th {
    padding: 20px;
    background-color: var(--main-white);
    font-size: 1.3em;
}

table.mobile td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table.mobile img {
    max-height: 33px;
    max-width: 33px;
}