
.cm-compare-table {
    width: auto;
    border-collapse: collapse;
    margin: 16px 0 22px;
    font-size: 16px;
}
.cm-compare-table caption {
    caption-side: top;
    text-align: left;
    font-weight: 700;
    color: #004677;
    padding: 0 0 8px;
}
.cm-compare-table th,
.cm-compare-table td {
    text-align: left;
    padding: 10px 14px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}
.cm-compare-table thead th {
    background: #f3f6fa;
    color: #004677;
    font-weight: 700;
    border-bottom: 2px solid #004677;
}
.cm-compare-table tbody th {
    font-weight: 700;
    background: #fafbfd;
    white-space: nowrap;
}
.cm-compare-table .cm-sub {
    display: block;
}
@media (max-width: 575px) {
    .cm-compare-table {
        width: 100%;
        font-size: 15px;
    }
    .cm-compare-table th,
    .cm-compare-table td {
        padding: 8px 10px;
    }
}