﻿.comparison-table {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .comparison-table tbody tr td {
        text-align: center;
        border: 1px solid white;
    }

    .comparison-table tbody tr:first-child td {
        border-top: none;
    }

    .comparison-table tbody tr td:first-child {
        padding: 20px 30px;
        font-weight: 700;
        font-size: 1.125rem;
        text-align: left;
    }

    .comparison-table table {
        border: none;
    }

        .comparison-table table tbody tr:nth-child(even) {
            background: none;
        }

    .comparison-table thead th {
        text-align: center;
        padding: 20px 8px;
        font-size: 1.25rem;
        font-weight: 700;
        border: 1px solid white;
        border-bottom: none;
    }

        .comparison-table thead th img {
            height: 65px;
            display: block;
            margin: 0 auto;
        }

    .comparison-table tbody tr:nth-child(odd) td:first-child {
        background-color: #F5F5F5;
    }

    .comparison-table thead tr th {
        color: white;
    }

        .comparison-table thead tr th:nth-child(1) {
            background-color: #003B5C;
        }

        .comparison-table thead tr th:nth-child(2) {
            background-color: #0A68F5;
        }

        .comparison-table thead tr th:nth-child(3) {
            background-color: #487C84;
        }

        .comparison-table thead tr th:nth-child(4) {
            background-color: #512A44;
        }

        .comparison-table thead tr th:nth-child(5) {
            background-color: #B55B3B;
        }

        .comparison-table thead tr th:nth-child(6) {
            background-color: #003B5C;
        }

    .comparison-table tbody tr td:nth-child(2) {
        background-color: rgba(10, 104, 245, 0.10);
    }

    .comparison-table tbody tr td:nth-child(3) {
        background-color: rgba(72, 124, 132, 0.10);
    }

    .comparison-table tbody tr td:nth-child(4) {
        background-color: rgba(81, 42, 68, 0.10);
    }

    .comparison-table tbody tr td:nth-child(5) {
        background-color: rgba(181, 91, 59, 0.10);
    }

    .comparison-table tbody tr td:nth-child(6) {
        background-color: rgba(0, 59, 92, 0.10);
    }

    .comparison-table table td {
        min-width: 185px;
    }
