.table-step--wrapper {
  background: linear-gradient(
    0deg,
    #acd4df -35.77%,
    #f2f9fa 59.64%,
    #e7f4f6 100%
  );
}

.comparison-table--wrapper table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.comparison-table--wrapper table thead th,
.comparison-table--wrapper table tbody td {
  padding: 28px 20px;
  text-align: center;
  border: 0;
}

.comparison-table--wrapper table thead tr th:first-child,
.comparison-table--wrapper table tbody tr td:first-child {
  width: 50%;
  text-align: left;
  padding-left: 28px;
}

.comparison-table--wrapper table thead tr th:first-child {
  font-size: clamp(26px, 3.5vw, 50px);
  line-height: 1;
}

.comparison-table--wrapper table tbody td {
  border-top: 1px solid #ddd;
}

.comparison-table--wrapper table tbody tr td:first-child {
  border-right: 1px solid #ddd;
}

.comparison-table--wrapper table tbody tr td:last-child,
.comparison-table--wrapper table thead tr th:last-child {
  background: #fff;
}

.comparison-table--wrapper table thead tr th:last-child {
  border-radius: 20px 20px 0 0;
}

.comparison-table--wrapper table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 20px;
}

.table-img img,
.table-img svg {
  width: auto;
  max-height: 120px;
}

.comparison-table--wrapper h6 {
  margin: 16px 0 0;
  font-size: 20px;
}

.comparison-table__shop-link {
  background: #203b52;
  color: #fff;
  margin: 48px auto 0;
  display: flex;
  width: fit-content;
}
.comparison-table__shop-link:hover {
  background: #1a3145 !important;
}

@media (max-width: 767px) {
  .comparison-table--wrapper table thead th,
  .comparison-table--wrapper table tbody td {
    padding: 16px 8px;
  }

  .comparison-table--wrapper table thead tr th:first-child,
  .comparison-table--wrapper table tbody tr td:first-child {
    padding-left: 0;
    width: calc(100% - 160px);
  }

  .comparison-table--wrapper h6 {
    font-size: 12px;
  }
}
