
.comparison-section > h2 {
    color: #446;
    text-align: center;
    margin-bottom: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: none;
}

th, td {
    border: none;
    padding: 16px;
    text-align: left;
}

th {
    text-align: center;
    font-weight: bold;
    color: #446;
    font-size: 20px;
}

tbody tr:nth-child(even) {
    background-color: #ffffff;
}

tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.feature-name {
    font-weight: 500;
}

.positive {
    color: #28a745;
    font-size: 20px;
    text-align: center;
}

.negative {
    color: #dc3545;
    font-size: 20px;
    text-align: center;
}

th:first-child {
    text-align: left;
}
