div.section-col h2 {
    font-size: 45px;
    margin-bottom: 40px;
    text-align: center;
}

#comparison {
    padding-top: 120px;
    padding-bottom: 80px;
}

#comparisonTable tr td {
    font-size: 18px;
    font-weight: bold;
    color: #414042;
    padding: 5px 10px;
}

#comparisonTable tr td {
    border-bottom: 1px solid #E6E6E6;
}

#comparisonTable tr td:not(:last-child) {
    border-right: 1px solid #E6E6E6;
}

#comparisonTable tr td:first-child {
    max-width: 40px;
}

#comparisonTable tr td:nth-child(2) {
    max-width: 208px;
    text-align: left;
}

#comparisonTable tr td:not(:nth-child(2)) {
    text-align: center;
}

#comparisonTable thead tr td {
    width: 228px;
    height: 85px;
}

#comparisonTable thead td:nth-child(3) img {
    max-height: 70px;
    display: inline;
}

#comparisonTable thead td:not(:nth-child(3)) img {
    max-height: 40px;
    display: inline;
}

#comparisonTable tbody tr:nth-child(1) td:not(:nth-child(2)){
    font-size: 20px;
    color: #414042;
}

#comparisonTable tr.toggleRow td {
    color: #19acee;
}

#comparisonTable .toggleRow:hover {
    cursor: pointer;
    background-color: #D2FFFF;
}

#comparisonTable .fa-circle-xmark {
    color: red;
}

#comparisonTable .fas.fa-check-circle {
    color: #19acee;
}

#comparisonTable td#dataCollectionDate {
    border: unset;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}

#comparisonTable .borderTopShow {
    border-top: 1px solid #E6E6E6;
}

#comparisonTable td:has(.more-info) {
    position: sticky;
    left: 0;
}

@media (max-width: 767px) {
    #comparisonTable, #comparisonTable tr td:first-child {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    #comparison {
        margin: 0 20px;
        padding-top: 80px;
    }

    #comparisonTable, #comparisonTable tr td:first-child {
        font-size: 12px;
    }

    #comparisonTable thead tr td {
        width: 150px;
        height: 30px;
    }

    #comparison h2 {
        font-size: 30px;
    }

    #tableContainer {
        position: relative;
        width:100%;
        z-index: 1;
        margin: auto;
        overflow-x: auto;
    }

    #comparisonTable {
        table-layout: fixed;
        width: 100%;
        min-width: 800px;
        margin: auto;
        border-collapse: separate;
        border-spacing: 0;
    }

    #comparisonTable .fixed-column:first-child {
        display: none;
    }

    #comparisonTable .fixed-column {
        background-color: white;
        margin-left: 20px;
        font-size: 14px;
        width: 15%;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
    }

    #comparisonTable .more-info {
        width: 100vw;
    }
}