table.off:last-of-type {
    margin-right: 0;
}
table.off tbody tr {
    padding: 3px;
    display: grid;
    grid-template-columns: 90px 90px 90px 90px;
    grid-gap: 5px;
}
table.off td {
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    border-radius: 10px;
    width: 100%;
    border: var(--border2);
    background: var(--color-25);
    padding: 22px 0;
    text-align: center;
}
table.off b {
    font-size: 20px;
    color: var(--spcolor);
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto';
    font-size: 25px;
}
table.off i {
    font-style: normal;
    font-size: 10px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 700;
    color: var(--title);
    margin-top: -5px;
    display: block;
}
.item1 {
    grid-column: 1 / 3;
}

:root {--title: #000; --border2: 1px solid #eaeaea;}