.comparison-table {
    border: 2px solid #0772ba;
    width: 1920px;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
}

.comparison-table .table {
    width: 100%;
}

.comparison-table .table tr th {
    background: #0772ba;
    border-left: 0;
    border-bottom: 0;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size:25px;
    line-height: 1.5;
}

.comparison-table .table tr td {
    border: 1px solid #e2e2e2;
    border-left: 0;
    border-bottom: 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size:18px;
    line-height: 1.5;
}

.comparison-table .versus {
    background: #d9d9d9;
    color: #0E3353;
    font-size: 20px;
    font-family: 'OpenSans-Bold';
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comparison-products {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.comparison-table .comparison-icons {
    max-width:45px;
}


@media only screen and (max-width:767px) {
    .comparison-products .product-thumb {
        padding: 20px 80px 20px 120px;
    }

    .comparison-table {
        padding: 0;
        max-width: 100%;
    }

    .comparison-products .product-thumb img {
        max-width: 120px;
        padding: 0 10px;
    }

    .comparison-products {
        justify-content: center;
    }

    .comparison-table .table tr th {
        font-size:16px;
    }
    
    .comparison-table .table tr td {
        font-size:12px;
    }
    .comparison-table .comparison-icons {
        max-width:28px;
    }
}

@media only screen and (min-width:993px) {
    .comparison-products .product-thumb {
        padding: 20px 80px;
    }
}

@media only screen and (max-width:450px) {
    .comparison-table .table tr th {
        font-size:11px;
    }
    
    .comparison-table .table tr td {
        font-size:11px;
    }
    .comparison-products .product-thumb {
        padding: 20px 0;
    }
    .comparison-table .versus {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
}