section.comparison-table-section {
    margin: 100px 20px;
}

table.comparison-table {
    width: 100%;
    border: 1px solid #a1a1a1;
}

.comparison-table tr {
    border-bottom: 1px solid #a1a1a1;
}

.comparison-table td {
    padding: 10px 20px;
    border-right: 1px solid #a1a1a1;
    text-align: center;
}

.comparison-table tr td:first-of-type {
    text-align: left;
}

.comparison-table h4 {
    padding-bottom: 0;
}

.comparison-table img {
    height: 30px;
    width: 30px;
}

.comparison-table-wrapper {
    overflow-x: scroll;
}

@media (min-width: 768px) {
    .comparison-table td {
        width: 25%;
    }
    tr.comp-table-media-row td {
        height: 100px;
    }
    .comp-table-media-wrapper {
        height: 78px;
    }
    .comp-table-media-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        -o-object-fit: contain;
        font-family: 'object-fit: contain;';
    }
    table.comparison-table {
        border: none;
    }
    table.comparison-table.print-method {
        border: 1px solid #a1a1a1;
    }
    tr.comp-table-media-row td {
        border-right: none;
    }
    .comparison-table tr {
        border-left: 1px solid #a1a1a1;
    }
    .comparison-table tr:first-of-type {
        border-left: none;
    }

    .comparison-table-wrapper {
        overflow-x: visible;
    }

}