.compare-table > tbody > tr > td {
    display: block;
}

.compare-table > tbody > tr {
    display: flex;
    border-radius: 10px;
}

.compare_table-header {
    background-color: #6e7f8d;
    color: #fff !important;
    text-align: center;
}

.logo-compare_page {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.image-container {
    height: 392px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.image-container  img {
    /* flex-shrink: 0; */
    min-width: 100%;
    object-fit: contain;
    min-height: 100%;
}
