table td{
text-align: center;
    vertical-align: middle;
}

table td.feature{
    text-align:left;
    font-size: 1.5em;
}

table tr{
height: 5em;
}

    table tr td {
        padding-right: 1em;
        padding-left: 1em;
    }
tr:nth-child(even) {
    background-color: #f2f2f2; /* Apply your desired style */
}

/* Target odd rows (2nd, 4th, 6th, etc.) */
tr:nth-child(odd) {
    background-color: #ffffff; /* Apply your desired style */
}
