.comparison {
    margin-bottom: 40px;
}

.compare-title {
  font-weight: 500;
  margin-top: calc(var(--header-height) + 30px);
  text-align: center;
}

.compare-table {
    width: 90%;
    margin: 0 auto;
}

.compare-table table tr {
    border-bottom: 1px solid var(--black-222)
}

.compare-table table td {
    width: 25%;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

.compare-table table th {
    padding: 10px;
    width: 20%;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    vertical-align: top;
}
.compare-table table td .price-text {
    color: #f11;
}
.list-tech td a img {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.compare-table .compare-btn {
    background: var(--black-color);
    color: var(--white-color);
    padding: 20px 23px;
    border: 2px solid var(--black-222);
    display: block;
    width: max-content;
    margin: 30px auto 0 auto;
    transition: all 0.3s ease-out;
    font-size: 15px;
    line-height: 24px;
     font-weight: 600;
}

.compare-table .compare-btn:hover {
    background: var(--white-color);
    color: var(--black-color);
}

@media only screen and (min-width: 1900px) {
  .compare-title {
    margin-top: var(--header-height-large);
  }
}

@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {
    .compare-table {
        width: 100%;
    }

    #comparison-product {
        width: 100%;
        overflow-x: scroll;
    }
    .compare-table table td {
        border-left: 5px solid transparent;
    }
    .compare-table table th {
        font-size: 12px;
        line-height: 18px;
    }
    .compare-table table td {
        font-size: 12px;
        line-height: 18px;
    }
    .list-tech {
        gap: 12px;
    }
}
