.comparison-table{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    margin-bottom: 30px;
}

.comparison-table thead {
    background: #F0F0F0;
}

.comparison-table thead tr th{
    text-align: left;
    font-size: 24px;
    line-height: 35px;
    padding: 7px 10px;
    color: #1A365B;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1a365b;
    font-weight: normal;
}

.comparison-table tbody tr td{
    border: 1px solid #F0F0F0;
    color: #1A365B;
    font-size: 24px;
    padding: 5px 10px;
    line-height: 36px;
    vertical-align: top;
    width: 50%;
}

@media (max-width: 1061px){
    .comparison-table tbody tr td{
        font-size: 20px;
        line-height: 26px;
    }

    .comparison-table thead tr th{
        font-size: 20px;
        line-height: 26px;
    }
}