
    @media screen and (min-width: 561px) {
        .table-grid .comparison-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 40px !important;
            row-gap: 0px !important;
            align-items: start;
        }
    }


    .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .row-el:not(:first-child) .table-01-cell {
        height: 45px;
    }
    @media screen and (max-width: 560px) {
        .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .row-el .table-01-cell {
            width: 280px !important;
        }
    }
    @media screen and (min-width: 561px) {
        .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .row-el .table-01-cell {
            width: 270px !important;
        }
    }
    .wonder-comparison-01[data-composition-type=C] .wonder-table-section.is-overflow .wonder-table-wrapper {
        margin-bottom: 15px !important;
    }
    .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .row-el:first-child .table-01-cell {
        background-color: #026bde !important;
    }
    .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .row-el:nth-child(even) .table-01-cell {
        background-color: rgb(250, 250, 250) !important;
    }
